Html Css Color HEX #C58DBB Lily

📋 copy color: '#C58DBB'

red 197 ◦ green 141 ◦ blue 187

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

Shades of Lily #C58DBB

Tints of Lily #C58DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.86%

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 37.52%
G = 26.86%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C58DBB (or 0xC58DBB) is known color: Lily. HEX triplet: C5, 8D and BB. RGB value is (197,141,187). Sum of RGB (Red+Green+Blue) = 197+141+187=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DBB is #3A7244. Grayscale: #A2A2A2. Windows color (decimal): -3830341 or 12291525. OLE color: 12291525.

HSL color Cylindrical-coordinate representation of color #C58DBB: hue angle of 310.71º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58DBB is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 141 187 -
CMYK 0 0.28 0.05 0.23
HSL 310.71º 0.33% 0.66% -
HSV(B) 310.71º 0.28% 0.77% -
XYZ 41.52 34.51 51.49 -
YUV 162.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 197 141 187 0 0.28 0.05 0.23 310.71 0.33 0.66
Hex C5 8D BB 0 1C 5 17 137 21 42
Octal 305 215 273 0 34 5 27 467 41 102
Binary 11000101 10001101 10111011 0 11100 101 10111 100110111 100001 1000010

Color Harmonies of #C58DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DBB

Black with #C58DBB

Text Example


Text Example

White with #C58DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DBB; }

 p { color: rgb(197,141,187); }

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

background-color css

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

 a { background-color: rgb(197,141,187); }

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

border-color css

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

 span { border-color: rgb(197,141,187); }

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