#C095CA

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

Shades of Lilac #C095CA

Tints of Lilac #C095CA

Color information

#C095CA (or 0xC095CA) is unknown color: approx Lilac. HEX triplet: C0, 95 and CA. RGB value is (192,149,202). Sum of RGB (Red+Green+Blue) = 192+149+202=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C095CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095CA is #3F6A35. Grayscale: #A7A7A7. Windows color (decimal): -4155958 or 13276608. OLE color: 13276608.

HSL color Cylindrical-coordinate representation of color #C095CA: hue angle of 288.68º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C095CA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192149202-
CMYK0.050.2600.21
HSL288.68º33.33%68.82%-
HSV(B)288.68º26.24%79.22%-
XYZ43.1536.9760.74-
YUV167.9147.25145.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=35.36%
G=27.44%
B=37.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921492020.050.2600.21288.6833.3368.82
HexC095CA51A0151212145
Octal30022531253202544141105
Binary110000001001010111001010101110100101011001000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095CA; }

 p { color: rgb(192,149,202); }

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

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

 a { background-color: rgb(192,149,202); }

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

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

 span { border-color: rgb(192,149,202); }

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