Html Css Color HEX #CC85C0 Lilac

📋 copy color: '#CC85C0'

red 204 ◦ green 133 ◦ blue 192

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

Shades of Lilac #CC85C0

Tints of Lilac #CC85C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 38.56%
G = 25.14%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC85C0 (or 0xCC85C0) is known color: Lilac. HEX triplet: CC, 85 and C0. RGB value is (204,133,192). Sum of RGB (Red+Green+Blue) = 204+133+192=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85C0 is #337A3F. Grayscale: #A0A0A0. Windows color (decimal): -3373632 or 12617164. OLE color: 12617164.

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

Color convert

RGB 204 133 192 -
CMYK 0 0.35 0.06 0.2
HSL 310.14º 0.41% 0.66% -
HSV(B) 310.14º 0.35% 0.8% -
XYZ 42.8 33.42 54.06 -
YUV 160.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 204 133 192 0 0.35 0.06 0.2 310.14 0.41 0.66
Hex CC 85 C0 0 23 6 14 136 29 42
Octal 314 205 300 0 43 6 24 466 51 102
Binary 11001100 10000101 11000000 0 100011 110 10100 100110110 101001 1000010

Color Harmonies of #CC85C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85C0

Black with #CC85C0

Text Example


Text Example

White with #CC85C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85C0; }

 p { color: rgb(204,133,192); }

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

background-color css

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

 a { background-color: rgb(204,133,192); }

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

border-color css

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

 span { border-color: rgb(204,133,192); }

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