Html Css Color HEX #CC94D1 Lilac

📋 copy color: '#CC94D1'

red 204 ◦ green 148 ◦ blue 209

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

Shades of Lilac #CC94D1

Tints of Lilac #CC94D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.25%

R = 36.36%
G = 26.38%
B = 37.25%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC94D1 (or 0xCC94D1) is known color: Lilac. HEX triplet: CC, 94 and D1. RGB value is (204,148,209). Sum of RGB (Red+Green+Blue) = 204+148+209=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC94D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94D1 is #336B2E. Grayscale: #ABABAB. Windows color (decimal): -3369775 or 13735116. OLE color: 13735116.

HSL color Cylindrical-coordinate representation of color #CC94D1: hue angle of 295.08º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC94D1 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 148 209 -
CMYK 0.02 0.29 0 0.18
HSL 295.08º 0.4% 0.7% -
HSV(B) 295.08º 0.29% 0.82% -
XYZ 47 38.62 65.3 -
YUV 171.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 204 148 209 0.02 0.29 0 0.18 295.08 0.4 0.7
Hex CC 94 D1 2 1D 0 12 127 28 46
Octal 314 224 321 2 35 0 22 447 50 106
Binary 11001100 10010100 11010001 10 11101 0 10010 100100111 101000 1000110

Color Harmonies of #CC94D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94D1

Black with #CC94D1

Text Example


Text Example

White with #CC94D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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