Html Css Color HEX #C58FEB Wisteria

📋 copy color: '#C58FEB'

red 197 ◦ green 143 ◦ blue 235

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

Shades of Wisteria #C58FEB

Tints of Wisteria #C58FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.87%

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

R = 34.26%
G = 24.87%
B = 40.87%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C58FEB (or 0xC58FEB) is known color: Wisteria. HEX triplet: C5, 8F and EB. RGB value is (197,143,235). Sum of RGB (Red+Green+Blue) = 197+143+235=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #C58FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FEB is #3A7014. Grayscale: #A9A9A9. Windows color (decimal): -3829781 or 15437765. OLE color: 15437765.

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

Color convert

RGB 197 143 235 -
CMYK 0.16 0.39 0 0.08
HSL 275.22º 0.7% 0.74% -
HSV(B) 275.22º 0.39% 0.92% -
XYZ 47.84 37.51 83.32 -
YUV 169.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 197 143 235 0.16 0.39 0 0.08 275.22 0.7 0.74
Hex C5 8F EB 10 27 0 8 113 46 4A
Octal 305 217 353 20 47 0 10 423 106 112
Binary 11000101 10001111 11101011 10000 100111 0 1000 100010011 1000110 1001010

Color Harmonies of #C58FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FEB

Black with #C58FEB

Text Example


Text Example

White with #C58FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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