Html Css Color HEX #C585AA Lily

📋 copy color: '#C585AA'

red 197 ◦ green 133 ◦ blue 170

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

Shades of Lily #C585AA

Tints of Lily #C585AA

RGB

 RED value IS 197 (77.34% from 255) = 39.4%

 GREEN value IS 133 (52.34% from 255) = 26.6%

 BLUE value IS 170 (66.8% from 255) = 34%

R = 39.4%
G = 26.6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C585AA (or 0xC585AA) is known color: Lily. HEX triplet: C5, 85 and AA. RGB value is (197,133,170). Sum of RGB (Red+Green+Blue) = 197+133+170=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C585AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585AA is #3A7A55. Grayscale: #9C9C9C. Windows color (decimal): -3832406 or 11175365. OLE color: 11175365.

HSL color Cylindrical-coordinate representation of color #C585AA: hue angle of 325.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C585AA is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 170 -
CMYK 0 0.32 0.14 0.23
HSL 325.31º 0.36% 0.65% -
HSV(B) 325.31º 0.32% 0.77% -
XYZ 38.67 31.55 42.08 -
YUV 156.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 197 133 170 0 0.32 0.14 0.23 325.31 0.36 0.65
Hex C5 85 AA 0 20 E 17 145 24 41
Octal 305 205 252 0 40 16 27 505 44 101
Binary 11000101 10000101 10101010 0 100000 1110 10111 101000101 100100 1000001

Color Harmonies of #C585AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585AA

Black with #C585AA

Text Example


Text Example

White with #C585AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585AA; }

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

 H1.HeaderClassName
 {
   color: #C585AA;
 }
 .AnyTagClassName
 {
   color: #C585AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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