Html Css Color HEX #CC8DBF Lilac

📋 copy color: '#CC8DBF'

red 204 ◦ green 141 ◦ blue 191

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

Shades of Lilac #CC8DBF

Tints of Lilac #CC8DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

 BLUE value IS 191 (75% from 255) = 35.63%

R = 38.06%
G = 26.31%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC8DBF (or 0xCC8DBF) is known color: Lilac. HEX triplet: CC, 8D and BF. RGB value is (204,141,191). Sum of RGB (Red+Green+Blue) = 204+141+191=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DBF is #337240. Grayscale: #A5A5A5. Windows color (decimal): -3371585 or 12553676. OLE color: 12553676.

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

Color convert

RGB 204 141 191 -
CMYK 0 0.31 0.06 0.2
HSL 312.38º 0.38% 0.68% -
HSV(B) 312.38º 0.31% 0.8% -
XYZ 43.83 35.65 53.86 -
YUV 165.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 204 141 191 0 0.31 0.06 0.2 312.38 0.38 0.68
Hex CC 8D BF 0 1F 6 14 138 26 44
Octal 314 215 277 0 37 6 24 470 46 104
Binary 11001100 10001101 10111111 0 11111 110 10100 100111000 100110 1000100

Color Harmonies of #CC8DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DBF

Black with #CC8DBF

Text Example


Text Example

White with #CC8DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DBF; }

 p { color: rgb(204,141,191); }

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

background-color css

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

 a { background-color: rgb(204,141,191); }

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

border-color css

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

 span { border-color: rgb(204,141,191); }

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