Html Css Color HEX #CC8BBF Lilac

📋 copy color: '#CC8BBF'

red 204 ◦ green 139 ◦ blue 191

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

Shades of Lilac #CC8BBF

Tints of Lilac #CC8BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.03%

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

R = 38.2%
G = 26.03%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC8BBF (or 0xCC8BBF) is known color: Lilac. HEX triplet: CC, 8B and BF. RGB value is (204,139,191). Sum of RGB (Red+Green+Blue) = 204+139+191=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BBF is #337440. Grayscale: #A4A4A4. Windows color (decimal): -3372097 or 12553164. OLE color: 12553164.

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

Color convert

RGB 204 139 191 -
CMYK 0 0.32 0.06 0.2
HSL 312º 0.39% 0.67% -
HSV(B) 312º 0.32% 0.8% -
XYZ 43.54 35.06 53.76 -
YUV 164.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 204 139 191 0 0.32 0.06 0.2 312 0.39 0.67
Hex CC 8B BF 0 20 6 14 138 27 43
Octal 314 213 277 0 40 6 24 470 47 103
Binary 11001100 10001011 10111111 0 100000 110 10100 100111000 100111 1000011

Color Harmonies of #CC8BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8BBF

Black with #CC8BBF

Text Example


Text Example

White with #CC8BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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