Html Css Color HEX #C585AF Lily

📋 copy color: '#C585AF'

red 197 ◦ green 133 ◦ blue 175

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

Shades of Lily #C585AF

Tints of Lily #C585AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.65%

R = 39.01%
G = 26.34%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C585AF (or 0xC585AF) is known color: Lily. HEX triplet: C5, 85 and AF. RGB value is (197,133,175). Sum of RGB (Red+Green+Blue) = 197+133+175=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C585AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C585AF is #3A7A50. Grayscale: #9C9C9C. Windows color (decimal): -3832401 or 11503045. OLE color: 11503045.

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

Color convert

RGB 197 133 175 -
CMYK 0 0.32 0.11 0.23
HSL 320.63º 0.36% 0.65% -
HSV(B) 320.63º 0.32% 0.77% -
XYZ 39.15 31.74 44.62 -
YUV 156.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 197 133 175 0 0.32 0.11 0.23 320.63 0.36 0.65
Hex C5 85 AF 0 20 B 17 141 24 41
Octal 305 205 257 0 40 13 27 501 44 101
Binary 11000101 10000101 10101111 0 100000 1011 10111 101000001 100100 1000001

Color Harmonies of #C585AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585AF

Black with #C585AF

Text Example


Text Example

White with #C585AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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