Html Css Color HEX #CE55DB Medium Orchid

📋 copy color: '#CE55DB'

red 206 ◦ green 85 ◦ blue 219

#CE55DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CE55DB

Tints of Medium Orchid #CE55DB

RGB

 RED value IS 206 (80.86% from 255) = 40.39%

 GREEN value IS 85 (33.59% from 255) = 16.67%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 40.39%
G = 16.67%
B = 42.94%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE55DB (or 0xCE55DB) is known color: Medium Orchid. HEX triplet: CE, 55 and DB. RGB value is (206,85,219). Sum of RGB (Red+Green+Blue) = 206+85+219=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55DB is #31AA24. Grayscale: #888888. Windows color (decimal): -3254821 or 14374350. OLE color: 14374350.

HSL color Cylindrical-coordinate representation of color #CE55DB: hue angle of 294.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE55DB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 85 219 -
CMYK 0.06 0.61 0 0.14
HSL 294.18º 0.65% 0.6% -
HSV(B) 294.18º 0.61% 0.86% -
XYZ 41.49 24.73 69.61 -
YUV 136.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 206 85 219 0.06 0.61 0 0.14 294.18 0.65 0.6
Hex CE 55 DB 6 3D 0 E 126 41 3C
Octal 316 125 333 6 75 0 16 446 101 74
Binary 11001110 1010101 11011011 110 111101 0 1110 100100110 1000001 111100

Color Harmonies of #CE55DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55DB

Black with #CE55DB

Text Example


Text Example

White with #CE55DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55DB; }

 p { color: rgb(206,85,219); }

 H1.HeaderClassName
 {
   color: #CE55DB;
 }
 .AnyTagClassName
 {
   color: #CE55DB;
 }
</style>

background-color css

<style>
 a { background-color: #CE55DB; }

 a { background-color: rgb(206,85,219); }

 div.DivClassName
 {
   background-color: #CE55DB;
 }
 .BgClassName
 {
   background-color: #CE55DB;
 }
</style>

border-color css

<style>
 span { border-color: #CE55DB; }

 span { border-color: rgb(206,85,219); }

 td.TdClassName
 {
   border-color: #CE55DB;
 }
 .TagClassName
 {
   border-color: #CE55DB;
 }
</style>