Html Css Color HEX #CC94CF Lilac

📋 copy color: '#CC94CF'

red 204 ◦ green 148 ◦ blue 207

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

Shades of Lilac #CC94CF

Tints of Lilac #CC94CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 36.49%
G = 26.48%
B = 37.03%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC94CF (or 0xCC94CF) is known color: Lilac. HEX triplet: CC, 94 and CF. RGB value is (204,148,207). Sum of RGB (Red+Green+Blue) = 204+148+207=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC94CF is #336B30. Grayscale: #ABABAB. Windows color (decimal): -3369777 or 13604044. OLE color: 13604044.

HSL color Cylindrical-coordinate representation of color #CC94CF: hue angle of 296.95º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC94CF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 148 207 -
CMYK 0.01 0.29 0 0.19
HSL 296.95º 0.38% 0.7% -
HSV(B) 296.95º 0.29% 0.81% -
XYZ 46.75 38.52 64 -
YUV 171.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 204 148 207 0.01 0.29 0 0.19 296.95 0.38 0.7
Hex CC 94 CF 1 1D 0 13 129 26 46
Octal 314 224 317 1 35 0 23 451 46 106
Binary 11001100 10010100 11001111 1 11101 0 10011 100101001 100110 1000110

Color Harmonies of #CC94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC94CF

Black with #CC94CF

Text Example


Text Example

White with #CC94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC94CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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