Html Css Color HEX #CE85BC Lily

📋 copy color: '#CE85BC'

red 206 ◦ green 133 ◦ blue 188

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

Shades of Lily #CE85BC

Tints of Lily #CE85BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 39.09%
G = 25.24%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE85BC (or 0xCE85BC) is known color: Lily. HEX triplet: CE, 85 and BC. RGB value is (206,133,188). Sum of RGB (Red+Green+Blue) = 206+133+188=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85BC is #317A43. Grayscale: #A0A0A0. Windows color (decimal): -3242564 or 12355022. OLE color: 12355022.

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

Color convert

RGB 206 133 188 -
CMYK 0 0.35 0.09 0.19
HSL 314.79º 0.43% 0.66% -
HSV(B) 314.79º 0.35% 0.81% -
XYZ 42.92 33.53 51.79 -
YUV 161.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 206 133 188 0 0.35 0.09 0.19 314.79 0.43 0.66
Hex CE 85 BC 0 23 9 13 13B 2B 42
Octal 316 205 274 0 43 11 23 473 53 102
Binary 11001110 10000101 10111100 0 100011 1001 10011 100111011 101011 1000010

Color Harmonies of #CE85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85BC

Black with #CE85BC

Text Example


Text Example

White with #CE85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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