Html Css Color HEX #CE81DB Orchid

📋 copy color: '#CE81DB'

red 206 ◦ green 129 ◦ blue 219

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

Shades of Orchid #CE81DB

Tints of Orchid #CE81DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.29%

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

R = 37.18%
G = 23.29%
B = 39.53%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE81DB (or 0xCE81DB) is known color: Orchid. HEX triplet: CE, 81 and DB. RGB value is (206,129,219). Sum of RGB (Red+Green+Blue) = 206+129+219=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81DB is #317E24. Grayscale: #A2A2A2. Windows color (decimal): -3243557 or 14385614. OLE color: 14385614.

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

Color convert

RGB 206 129 219 -
CMYK 0.06 0.41 0 0.14
HSL 291.33º 0.56% 0.68% -
HSV(B) 291.33º 0.41% 0.86% -
XYZ 46.09 33.94 71.14 -
YUV 162.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 206 129 219 0.06 0.41 0 0.14 291.33 0.56 0.68
Hex CE 81 DB 6 29 0 E 123 38 44
Octal 316 201 333 6 51 0 16 443 70 104
Binary 11001110 10000001 11011011 110 101001 0 1110 100100011 111000 1000100

Color Harmonies of #CE81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE81DB

Black with #CE81DB

Text Example


Text Example

White with #CE81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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