Html Css Color HEX #CC97C2 Lilac

📋 copy color: '#CC97C2'

red 204 ◦ green 151 ◦ blue 194

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

Shades of Lilac #CC97C2

Tints of Lilac #CC97C2

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.5%

 BLUE value IS 194 (76.17% from 255) = 35.34%

R = 37.16%
G = 27.5%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CC97C2 (or 0xCC97C2) is known color: Lilac. HEX triplet: CC, 97 and C2. RGB value is (204,151,194). Sum of RGB (Red+Green+Blue) = 204+151+194=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97C2 is #33683D. Grayscale: #ABABAB. Windows color (decimal): -3369022 or 12752844. OLE color: 12752844.

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

Color convert

RGB 204 151 194 -
CMYK 0 0.26 0.05 0.2
HSL 311.32º 0.34% 0.7% -
HSV(B) 311.32º 0.26% 0.8% -
XYZ 45.71 38.87 56.13 -
YUV 171.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 204 151 194 0 0.26 0.05 0.2 311.32 0.34 0.7
Hex CC 97 C2 0 1A 5 14 137 22 46
Octal 314 227 302 0 32 5 24 467 42 106
Binary 11001100 10010111 11000010 0 11010 101 10100 100110111 100010 1000110

Color Harmonies of #CC97C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97C2

Black with #CC97C2

Text Example


Text Example

White with #CC97C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97C2; }

 p { color: rgb(204,151,194); }

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

background-color css

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

 a { background-color: rgb(204,151,194); }

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

border-color css

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

 span { border-color: rgb(204,151,194); }

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