Html Css Color HEX #CC9BCF Lilac

📋 copy color: '#CC9BCF'

red 204 ◦ green 155 ◦ blue 207

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

Shades of Lilac #CC9BCF

Tints of Lilac #CC9BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.39%

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 36.04%
G = 27.39%
B = 36.57%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC9BCF (or 0xCC9BCF) is known color: Lilac. HEX triplet: CC, 9B and CF. RGB value is (204,155,207). Sum of RGB (Red+Green+Blue) = 204+155+207=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC9BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BCF is #336430. Grayscale: #AFAFAF. Windows color (decimal): -3367985 or 13605836. OLE color: 13605836.

HSL color Cylindrical-coordinate representation of color #CC9BCF: hue angle of 296.54º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC9BCF is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 155 207 -
CMYK 0.01 0.25 0 0.19
HSL 296.54º 0.35% 0.71% -
HSV(B) 296.54º 0.25% 0.81% -
XYZ 47.89 40.79 64.38 -
YUV 175.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 204 155 207 0.01 0.25 0 0.19 296.54 0.35 0.71
Hex CC 9B CF 1 19 0 13 129 23 47
Octal 314 233 317 1 31 0 23 451 43 107
Binary 11001100 10011011 11001111 1 11001 0 10011 100101001 100011 1000111

Color Harmonies of #CC9BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BCF

Black with #CC9BCF

Text Example


Text Example

White with #CC9BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BCF; }

 p { color: rgb(204,155,207); }

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

background-color css

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

 a { background-color: rgb(204,155,207); }

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

border-color css

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

 span { border-color: rgb(204,155,207); }

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