#C285C2

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

Shades of Lilac #C285C2

Tints of Lilac #C285C2

Color information

#C285C2 (or 0xC285C2) is unknown color: approx Lilac. HEX triplet: C2, 85 and C2. RGB value is (194,133,194). Sum of RGB (Red+Green+Blue) = 194+133+194=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C285C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285C2 is #3D7A3D. Grayscale: #9E9E9E. Windows color (decimal): -4028990 or 12748226. OLE color: 12748226.

HSL color Cylindrical-coordinate representation of color #C285C2: hue angle of 300º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C285C2 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB194133194-
CMYK00.3100.24
HSL300º33.33%64.12%-
HSV(B)300º31.44%76.08%-
XYZ40.3732.1455.11-
YUV158.19148.21153.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=37.24%
G=25.53%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413319400.3100.2430033.3364.12
HexC285C201F01812c2140
Octal30220530203703045441100
Binary1100001010000101110000100111110110001001011001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285C2; }

 p { color: rgb(194,133,194); }

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

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

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

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

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

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

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