Html Css Color HEX #C58CB2 Lily

📋 copy color: '#C58CB2'

red 197 ◦ green 140 ◦ blue 178

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

Shades of Lily #C58CB2

Tints of Lily #C58CB2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.18%

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 38.25%
G = 27.18%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C58CB2 (or 0xC58CB2) is known color: Lily. HEX triplet: C5, 8C and B2. RGB value is (197,140,178). Sum of RGB (Red+Green+Blue) = 197+140+178=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58CB2 is #3A734D. Grayscale: #A1A1A1. Windows color (decimal): -3830606 or 11701445. OLE color: 11701445.

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

Color convert

RGB 197 140 178 -
CMYK 0 0.29 0.10 0.23
HSL 320º 0.33% 0.66% -
HSV(B) 320º 0.29% 0.77% -
XYZ 40.44 33.84 46.52 -
YUV 161.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 197 140 178 0 0.29 0.10 0.23 320 0.33 0.66
Hex C5 8C B2 0 1D A 17 140 21 42
Octal 305 214 262 0 35 12 27 500 41 102
Binary 11000101 10001100 10110010 0 11101 1010 10111 101000000 100001 1000010

Color Harmonies of #C58CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CB2

Black with #C58CB2

Text Example


Text Example

White with #C58CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CB2; }

 p { color: rgb(197,140,178); }

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

background-color css

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

 a { background-color: rgb(197,140,178); }

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

border-color css

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

 span { border-color: rgb(197,140,178); }

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