#C285A7

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

Shades of Lily #C285A7

Tints of Lily #C285A7

Color information

#C285A7 (or 0xC285A7) is unknown color: approx Lily. HEX triplet: C2, 85 and A7. RGB value is (194,133,167). Sum of RGB (Red+Green+Blue) = 194+133+167=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C285A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285A7 is #3D7A58. Grayscale: #9B9B9B. Windows color (decimal): -4029017 or 10978754. OLE color: 10978754.

HSL color Cylindrical-coordinate representation of color #C285A7: hue angle of 326.56º 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 #C285A7 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB194133167-
CMYK00.310.140.24
HSL326.56º33.33%64.12%-
HSV(B)326.56º31.44%76.08%-
XYZ37.6131.0340.57-
YUV155.12134.71155.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 167 (65.62% from 255) = 33.81%
R=39.27%
G=26.92%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413316700.310.140.24326.5633.3364.12
HexC285A701FE181472140
Octal302205247037163050741100
Binary1100001010000101101001110111111110110001010001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285A7; }

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

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

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

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

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

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

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

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