Html Css Color HEX #CC86BC Lily

📋 copy color: '#CC86BC'

red 204 ◦ green 134 ◦ blue 188

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

Shades of Lily #CC86BC

Tints of Lily #CC86BC

RGB

 RED value IS 204 (80.08% from 255) = 38.78%

 GREEN value IS 134 (52.73% from 255) = 25.48%

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

R = 38.78%
G = 25.48%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC86BC (or 0xCC86BC) is known color: Lily. HEX triplet: CC, 86 and BC. RGB value is (204,134,188). Sum of RGB (Red+Green+Blue) = 204+134+188=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86BC is #337943. Grayscale: #A0A0A0. Windows color (decimal): -3373380 or 12355276. OLE color: 12355276.

HSL color Cylindrical-coordinate representation of color #CC86BC: hue angle of 313.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC86BC is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 188 -
CMYK 0 0.34 0.08 0.2
HSL 313.71º 0.41% 0.66% -
HSV(B) 313.71º 0.34% 0.8% -
XYZ 42.5 33.52 51.81 -
YUV 161.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 204 134 188 0 0.34 0.08 0.2 313.71 0.41 0.66
Hex CC 86 BC 0 22 8 14 13A 29 42
Octal 314 206 274 0 42 10 24 472 51 102
Binary 11001100 10000110 10111100 0 100010 1000 10100 100111010 101001 1000010

Color Harmonies of #CC86BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86BC

Black with #CC86BC

Text Example


Text Example

White with #CC86BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86BC; }

 p { color: rgb(204,134,188); }

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

background-color css

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

 a { background-color: rgb(204,134,188); }

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

border-color css

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

 span { border-color: rgb(204,134,188); }

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