#CC92C2

Color #CC92C2 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CC92C2

Tints of Lilac #CC92C2

Color information

#CC92C2 (or 0xCC92C2) is unknown color: approx Lilac. HEX triplet: CC, 92 and C2. RGB value is (204,146,194). Sum of RGB (Red+Green+Blue) = 204+146+194=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CC92C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC92C2 is #336D3D. Grayscale: #A8A8A8. Windows color (decimal): -3370302 or 12751564. OLE color: 12751564.

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

Color convert

RGB204146194-
CMYK00.280.050.2
HSL310.34º36.25%68.63%-
HSV(B)310.34º28.43%80%-
XYZ44.9237.2955.87-
YUV168.81142.22153.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 194 (76.17% from 255) = 35.66%
R=37.5%
G=26.84%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414619400.280.050.2310.3436.2568.63
HexCC92C201C5141362445
Octal31422230203452446644105
Binary110011001001001011000010011100101101001001101101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC92C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC92C2; }

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

 H1.HeaderClassName
 {
   color: #CC92C2;
 }
 .AnyTagClassName
 {
   color: #CC92C2;
 }
</style>
background-color css

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

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

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

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

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

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