Html Css Color HEX #C58CD8 Wisteria

📋 copy color: '#C58CD8'

red 197 ◦ green 140 ◦ blue 216

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

Shades of Wisteria #C58CD8

Tints of Wisteria #C58CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.06%

R = 35.62%
G = 25.32%
B = 39.06%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C58CD8 (or 0xC58CD8) is known color: Wisteria. HEX triplet: C5, 8C and D8. RGB value is (197,140,216). Sum of RGB (Red+Green+Blue) = 197+140+216=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #C58CD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CD8 is #3A7327. Grayscale: #A5A5A5. Windows color (decimal): -3830568 or 14191813. OLE color: 14191813.

HSL color Cylindrical-coordinate representation of color #C58CD8: hue angle of 285º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58CD8 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 140 216 -
CMYK 0.09 0.35 0 0.15
HSL 285º 0.49% 0.7% -
HSV(B) 285º 0.35% 0.85% -
XYZ 44.8 35.58 69.47 -
YUV 165.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 197 140 216 0.09 0.35 0 0.15 285 0.49 0.7
Hex C5 8C D8 9 23 0 F 11D 31 46
Octal 305 214 330 11 43 0 17 435 61 106
Binary 11000101 10001100 11011000 1001 100011 0 1111 100011101 110001 1000110

Color Harmonies of #C58CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CD8

Black with #C58CD8

Text Example


Text Example

White with #C58CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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