Html Css Color HEX #C585B3 Lily

📋 copy color: '#C585B3'

red 197 ◦ green 133 ◦ blue 179

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

Shades of Lily #C585B3

Tints of Lily #C585B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.17%

R = 38.7%
G = 26.13%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C585B3 (or 0xC585B3) is known color: Lily. HEX triplet: C5, 85 and B3. RGB value is (197,133,179). Sum of RGB (Red+Green+Blue) = 197+133+179=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C585B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585B3 is #3A7A4C. Grayscale: #9D9D9D. Windows color (decimal): -3832397 or 11765189. OLE color: 11765189.

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

Color convert

RGB 197 133 179 -
CMYK 0 0.32 0.09 0.23
HSL 316.88º 0.36% 0.65% -
HSV(B) 316.88º 0.32% 0.77% -
XYZ 39.55 31.9 46.72 -
YUV 157.38 140.2 156.26 -
System Red Green Blue C M Y K H S L
Decimal 197 133 179 0 0.32 0.09 0.23 316.88 0.36 0.65
Hex C5 85 B3 0 20 9 17 13D 24 41
Octal 305 205 263 0 40 11 27 475 44 101
Binary 11000101 10000101 10110011 0 100000 1001 10111 100111101 100100 1000001

Color Harmonies of #C585B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585B3

Black with #C585B3

Text Example


Text Example

White with #C585B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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