Html Css Color HEX #C58BDC Wisteria

📋 copy color: '#C58BDC'

red 197 ◦ green 139 ◦ blue 220

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

Shades of Wisteria #C58BDC

Tints of Wisteria #C58BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 35.43%
G = 25%
B = 39.57%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C58BDC (or 0xC58BDC) is known color: Wisteria. HEX triplet: C5, 8B and DC. RGB value is (197,139,220). Sum of RGB (Red+Green+Blue) = 197+139+220=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #C58BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BDC is #3A7423. Grayscale: #A5A5A5. Windows color (decimal): -3830820 or 14453701. OLE color: 14453701.

HSL color Cylindrical-coordinate representation of color #C58BDC: hue angle of 282.96º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C58BDC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 139 220 -
CMYK 0.10 0.37 0 0.14
HSL 282.96º 0.54% 0.7% -
HSV(B) 282.96º 0.37% 0.86% -
XYZ 45.18 35.5 72.18 -
YUV 165.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 197 139 220 0.10 0.37 0 0.14 282.96 0.54 0.7
Hex C5 8B DC A 25 0 E 11B 36 46
Octal 305 213 334 12 45 0 16 433 66 106
Binary 11000101 10001011 11011100 1010 100101 0 1110 100011011 110110 1000110

Color Harmonies of #C58BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BDC

Black with #C58BDC

Text Example


Text Example

White with #C58BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BDC; }

 p { color: rgb(197,139,220); }

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

background-color css

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

 a { background-color: rgb(197,139,220); }

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

border-color css

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

 span { border-color: rgb(197,139,220); }

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