Html Css Color HEX #C58ED8 Wisteria

📋 copy color: '#C58ED8'

red 197 ◦ green 142 ◦ blue 216

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

Shades of Wisteria #C58ED8

Tints of Wisteria #C58ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.59%

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

R = 35.5%
G = 25.59%
B = 38.92%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C58ED8 (or 0xC58ED8) is known color: Wisteria. HEX triplet: C5, 8E and D8. RGB value is (197,142,216). Sum of RGB (Red+Green+Blue) = 197+142+216=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #C58ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ED8 is #3A7127. Grayscale: #A6A6A6. Windows color (decimal): -3830056 or 14192325. OLE color: 14192325.

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

Color convert

RGB 197 142 216 -
CMYK 0.09 0.34 0 0.15
HSL 284.59º 0.49% 0.7% -
HSV(B) 284.59º 0.34% 0.85% -
XYZ 45.09 36.17 69.57 -
YUV 166.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 197 142 216 0.09 0.34 0 0.15 284.59 0.49 0.7
Hex C5 8E D8 9 22 0 F 11D 31 46
Octal 305 216 330 11 42 0 17 435 61 106
Binary 11000101 10001110 11011000 1001 100010 0 1111 100011101 110001 1000110

Color Harmonies of #C58ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58ED8

Black with #C58ED8

Text Example


Text Example

White with #C58ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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