#C285A8

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

Shades of Lily #C285A8

Tints of Lily #C285A8

Color information

#C285A8 (or 0xC285A8) is unknown color: approx Lily. HEX triplet: C2, 85 and A8. RGB value is (194,133,168). Sum of RGB (Red+Green+Blue) = 194+133+168=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C285A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285A8 is #3D7A57. Grayscale: #9B9B9B. Windows color (decimal): -4029016 or 11044290. OLE color: 11044290.

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

Color convert

RGB194133168-
CMYK00.310.130.24
HSL325.57º33.33%64.12%-
HSV(B)325.57º31.44%76.08%-
XYZ37.731.0741.06-
YUV155.23135.21155.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=39.19%
G=26.87%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413316800.310.130.24325.5733.3364.12
HexC285A801FD181462140
Octal302205250037153050641100
Binary1100001010000101101010000111111101110001010001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285A8; }

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

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

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

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

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

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

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

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