#C285AD

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

Shades of Lily #C285AD

Tints of Lily #C285AD

Color information

#C285AD (or 0xC285AD) is unknown color: approx Lily. HEX triplet: C2, 85 and AD. RGB value is (194,133,173). Sum of RGB (Red+Green+Blue) = 194+133+173=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C285AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285AD is #3D7A52. Grayscale: #9B9B9B. Windows color (decimal): -4029011 or 11371970. OLE color: 11371970.

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

Color convert

RGB194133173-
CMYK00.310.110.24
HSL320.66º33.33%64.12%-
HSV(B)320.66º31.44%76.08%-
XYZ38.1831.2643.56-
YUV155.8137.71155.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=38.8%
G=26.6%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413317300.310.110.24320.6633.3364.12
HexC285AD01FB181412140
Octal302205255037133050141100
Binary1100001010000101101011010111111011110001010000011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285AD; }

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

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

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

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

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

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

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

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