Html Css Color HEX #CC9BC5 Lilac

📋 copy color: '#CC9BC5'

red 204 ◦ green 155 ◦ blue 197

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

Shades of Lilac #CC9BC5

Tints of Lilac #CC9BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.43%

R = 36.69%
G = 27.88%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC9BC5 (or 0xCC9BC5) is known color: Lilac. HEX triplet: CC, 9B and C5. RGB value is (204,155,197). Sum of RGB (Red+Green+Blue) = 204+155+197=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BC5 is #33643A. Grayscale: #AEAEAE. Windows color (decimal): -3367995 or 12950476. OLE color: 12950476.

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

Color convert

RGB 204 155 197 -
CMYK 0 0.24 0.03 0.2
HSL 308.57º 0.32% 0.7% -
HSV(B) 308.57º 0.24% 0.8% -
XYZ 46.7 40.31 58.14 -
YUV 174.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 204 155 197 0 0.24 0.03 0.2 308.57 0.32 0.7
Hex CC 9B C5 0 18 3 14 135 20 46
Octal 314 233 305 0 30 3 24 465 40 106
Binary 11001100 10011011 11000101 0 11000 11 10100 100110101 100000 1000110

Color Harmonies of #CC9BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BC5

Black with #CC9BC5

Text Example


Text Example

White with #CC9BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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