Html Css Color HEX #C58DEB Wisteria

📋 copy color: '#C58DEB'

red 197 ◦ green 141 ◦ blue 235

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

Shades of Wisteria #C58DEB

Tints of Wisteria #C58DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.61%

 BLUE value IS 235 (92.19% from 255) = 41.01%

R = 34.38%
G = 24.61%
B = 41.01%

CMYK

 C value IS 0.16

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C58DEB (or 0xC58DEB) is known color: Wisteria. HEX triplet: C5, 8D and EB. RGB value is (197,141,235). Sum of RGB (Red+Green+Blue) = 197+141+235=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #C58DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58DEB is #3A7214. Grayscale: #A8A8A8. Windows color (decimal): -3830293 or 15437253. OLE color: 15437253.

HSL color Cylindrical-coordinate representation of color #C58DEB: hue angle of 275.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58DEB is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 141 235 -
CMYK 0.16 0.4 0 0.08
HSL 275.74º 0.7% 0.74% -
HSV(B) 275.74º 0.4% 0.92% -
XYZ 47.55 36.92 83.22 -
YUV 168.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 197 141 235 0.16 0.4 0 0.08 275.74 0.7 0.74
Hex C5 8D EB 10 28 0 8 114 46 4A
Octal 305 215 353 20 50 0 10 424 106 112
Binary 11000101 10001101 11101011 10000 101000 0 1000 100010100 1000110 1001010

Color Harmonies of #C58DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DEB

Black with #C58DEB

Text Example


Text Example

White with #C58DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DEB; }

 p { color: rgb(197,141,235); }

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

background-color css

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

 a { background-color: rgb(197,141,235); }

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

border-color css

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

 span { border-color: rgb(197,141,235); }

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