Html Css Color HEX #CE85B2 Lily

📋 copy color: '#CE85B2'

red 206 ◦ green 133 ◦ blue 178

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

Shades of Lily #CE85B2

Tints of Lily #CE85B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 39.85%
G = 25.73%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE85B2 (or 0xCE85B2) is known color: Lily. HEX triplet: CE, 85 and B2. RGB value is (206,133,178). Sum of RGB (Red+Green+Blue) = 206+133+178=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85B2 is #317A4D. Grayscale: #9F9F9F. Windows color (decimal): -3242574 or 11699662. OLE color: 11699662.

HSL color Cylindrical-coordinate representation of color #CE85B2: hue angle of 323.01º 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 #CE85B2 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 178 -
CMYK 0 0.35 0.14 0.19
HSL 323.01º 0.43% 0.66% -
HSV(B) 323.01º 0.35% 0.81% -
XYZ 41.88 33.11 46.3 -
YUV 159.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 206 133 178 0 0.35 0.14 0.19 323.01 0.43 0.66
Hex CE 85 B2 0 23 E 13 143 2B 42
Octal 316 205 262 0 43 16 23 503 53 102
Binary 11001110 10000101 10110010 0 100011 1110 10011 101000011 101011 1000010

Color Harmonies of #CE85B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85B2

Black with #CE85B2

Text Example


Text Example

White with #CE85B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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