Html Css Color HEX #CC9BC1 Lilac

📋 copy color: '#CC9BC1'

red 204 ◦ green 155 ◦ blue 193

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

Shades of Lilac #CC9BC1

Tints of Lilac #CC9BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.96%

R = 36.96%
G = 28.08%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC9BC1 (or 0xCC9BC1) is known color: Lilac. HEX triplet: CC, 9B and C1. RGB value is (204,155,193). Sum of RGB (Red+Green+Blue) = 204+155+193=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9BC1 is #33643E. Grayscale: #ADADAD. Windows color (decimal): -3367999 or 12688332. OLE color: 12688332.

HSL color Cylindrical-coordinate representation of color #CC9BC1: hue angle of 313.47º 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 #CC9BC1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 155 193 -
CMYK 0 0.24 0.05 0.2
HSL 313.47º 0.32% 0.7% -
HSV(B) 313.47º 0.24% 0.8% -
XYZ 46.25 40.13 55.76 -
YUV 173.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 204 155 193 0 0.24 0.05 0.2 313.47 0.32 0.7
Hex CC 9B C1 0 18 5 14 139 20 46
Octal 314 233 301 0 30 5 24 471 40 106
Binary 11001100 10011011 11000001 0 11000 101 10100 100111001 100000 1000110

Color Harmonies of #CC9BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BC1

Black with #CC9BC1

Text Example


Text Example

White with #CC9BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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