Html Css Color HEX #C285AA Lily

📋 copy color: '#C285AA'

red 194 ◦ green 133 ◦ blue 170

#C285AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C285AA

Tints of Lily #C285AA

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.8% from 255) = 34.21%

R = 39.03%
G = 26.76%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C285AA (or 0xC285AA) is known color: 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

RGB 194 133 170 -
CMYK 0 0.31 0.12 0.24
HSL 323.61º 0.33% 0.64% -
HSV(B) 323.61º 0.31% 0.76% -
XYZ 37.89 31.15 42.05 -
YUV 155.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 194 133 170 0 0.31 0.12 0.24 323.61 0.33 0.64
Hex C2 85 AA 0 1F C 18 144 21 40
Octal 302 205 252 0 37 14 30 504 41 100
Binary 11000010 10000101 10101010 0 11111 1100 11000 101000100 100001 1000000

Color Harmonies of #C285AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285AA

Black with #C285AA

Text Example


Text Example

White with #C285AA

Text Example


Text Example

HTML Codes & Css Web 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>