#C285AA

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

Shades of Lily #C285AA

Tints of Lily #C285AA

Color information

#C285AA (or 0xC285AA) is unknown color: approx Lily. HEX triplet: C2, 85 and AA. RGB value is (194,133,170). Sum of RGB (Red+Green+Blue) = 194+133+170=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C285AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285AA is #3D7A55. Grayscale: #9B9B9B. Windows color (decimal): -4029014 or 11175362. OLE color: 11175362.

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

Color convert

RGB194133170-
CMYK00.310.120.24
HSL323.61º33.33%64.12%-
HSV(B)323.61º31.44%76.08%-
XYZ37.8931.1542.05-
YUV155.46136.21155.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=39.03%
G=26.76%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413317000.310.120.24323.6133.3364.12
HexC285AA01FC181442140
Octal302205252037143050441100
Binary1100001010000101101010100111111100110001010001001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285AA; }

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

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

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

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

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

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

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

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