Html Css Color HEX #CC94C6 Lilac

📋 copy color: '#CC94C6'

red 204 ◦ green 148 ◦ blue 198

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

Shades of Lilac #CC94C6

Tints of Lilac #CC94C6

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.91%

 BLUE value IS 198 (77.73% from 255) = 36%

R = 37.09%
G = 26.91%
B = 36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC94C6 (or 0xCC94C6) is known color: Lilac. HEX triplet: CC, 94 and C6. RGB value is (204,148,198). Sum of RGB (Red+Green+Blue) = 204+148+198=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CC94C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94C6 is #336B39. Grayscale: #AAAAAA. Windows color (decimal): -3369786 or 13014220. OLE color: 13014220.

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

Color convert

RGB 204 148 198 -
CMYK 0 0.27 0.03 0.2
HSL 306.43º 0.35% 0.69% -
HSV(B) 306.43º 0.27% 0.8% -
XYZ 45.68 38.09 58.37 -
YUV 170.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 204 148 198 0 0.27 0.03 0.2 306.43 0.35 0.69
Hex CC 94 C6 0 1B 3 14 132 23 45
Octal 314 224 306 0 33 3 24 462 43 105
Binary 11001100 10010100 11000110 0 11011 11 10100 100110010 100011 1000101

Color Harmonies of #CC94C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94C6

Black with #CC94C6

Text Example


Text Example

White with #CC94C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94C6; }

 p { color: rgb(204,148,198); }

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

background-color css

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

 a { background-color: rgb(204,148,198); }

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

border-color css

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

 span { border-color: rgb(204,148,198); }

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