Html Css Color HEX #C58AD6 Wisteria

📋 copy color: '#C58AD6'

red 197 ◦ green 138 ◦ blue 214

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

Shades of Wisteria #C58AD6

Tints of Wisteria #C58AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.14%

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 35.88%
G = 25.14%
B = 38.98%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C58AD6 (or 0xC58AD6) is known color: Wisteria. HEX triplet: C5, 8A and D6. RGB value is (197,138,214). Sum of RGB (Red+Green+Blue) = 197+138+214=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #C58AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AD6 is #3A7529. Grayscale: #A4A4A4. Windows color (decimal): -3831082 or 14060229. OLE color: 14060229.

HSL color Cylindrical-coordinate representation of color #C58AD6: hue angle of 286.58º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58AD6 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 138 214 -
CMYK 0.08 0.36 0 0.16
HSL 286.58º 0.48% 0.69% -
HSV(B) 286.58º 0.36% 0.84% -
XYZ 44.25 34.9 68.02 -
YUV 164.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 197 138 214 0.08 0.36 0 0.16 286.58 0.48 0.69
Hex C5 8A D6 8 24 0 10 11F 30 45
Octal 305 212 326 10 44 0 20 437 60 105
Binary 11000101 10001010 11010110 1000 100100 0 10000 100011111 110000 1000101

Color Harmonies of #C58AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AD6

Black with #C58AD6

Text Example


Text Example

White with #C58AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AD6; }

 p { color: rgb(197,138,214); }

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

background-color css

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

 a { background-color: rgb(197,138,214); }

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

border-color css

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

 span { border-color: rgb(197,138,214); }

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