Html Css Color HEX #CC8CBF Lilac

📋 copy color: '#CC8CBF'

red 204 ◦ green 140 ◦ blue 191

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

Shades of Lilac #CC8CBF

Tints of Lilac #CC8CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.17%

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

R = 38.13%
G = 26.17%
B = 35.7%

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

#CC8CBF (or 0xCC8CBF) is known color: Lilac. HEX triplet: CC, 8C and BF. RGB value is (204,140,191). Sum of RGB (Red+Green+Blue) = 204+140+191=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CBF is #337340. Grayscale: #A4A4A4. Windows color (decimal): -3371841 or 12553420. OLE color: 12553420.

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

Color convert

RGB 204 140 191 -
CMYK 0 0.31 0.06 0.2
HSL 312.19º 0.39% 0.67% -
HSV(B) 312.19º 0.31% 0.8% -
XYZ 43.68 35.36 53.81 -
YUV 164.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 204 140 191 0 0.31 0.06 0.2 312.19 0.39 0.67
Hex CC 8C BF 0 1F 6 14 138 27 43
Octal 314 214 277 0 37 6 24 470 47 103
Binary 11001100 10001100 10111111 0 11111 110 10100 100111000 100111 1000011

Color Harmonies of #CC8CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CBF

Black with #CC8CBF

Text Example


Text Example

White with #CC8CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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