Html Css Color HEX #CE85BD Lily

📋 copy color: '#CE85BD'

red 206 ◦ green 133 ◦ blue 189

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

Shades of Lily #CE85BD

Tints of Lily #CE85BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.19%

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 39.02%
G = 25.19%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE85BD (or 0xCE85BD) is known color: Lily. HEX triplet: CE, 85 and BD. RGB value is (206,133,189). Sum of RGB (Red+Green+Blue) = 206+133+189=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85BD is #317A42. Grayscale: #A1A1A1. Windows color (decimal): -3242563 or 12420558. OLE color: 12420558.

HSL color Cylindrical-coordinate representation of color #CE85BD: hue angle of 313.97º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85BD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 189 -
CMYK 0 0.35 0.08 0.19
HSL 313.97º 0.43% 0.66% -
HSV(B) 313.97º 0.35% 0.81% -
XYZ 43.03 33.57 52.36 -
YUV 161.21 143.68 159.95 -
System Red Green Blue C M Y K H S L
Decimal 206 133 189 0 0.35 0.08 0.19 313.97 0.43 0.66
Hex CE 85 BD 0 23 8 13 13A 2B 42
Octal 316 205 275 0 43 10 23 472 53 102
Binary 11001110 10000101 10111101 0 100011 1000 10011 100111010 101011 1000010

Color Harmonies of #CE85BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85BD

Black with #CE85BD

Text Example


Text Example

White with #CE85BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85BD; }

 p { color: rgb(206,133,189); }

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

background-color css

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

 a { background-color: rgb(206,133,189); }

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

border-color css

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

 span { border-color: rgb(206,133,189); }

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