Html Css Color HEX #C58BEB Wisteria

📋 copy color: '#C58BEB'

red 197 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #C58BEB

Tints of Wisteria #C58BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.34%

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

R = 34.5%
G = 24.34%
B = 41.16%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C58BEB (or 0xC58BEB) is known color: Wisteria. HEX triplet: C5, 8B and EB. RGB value is (197,139,235). Sum of RGB (Red+Green+Blue) = 197+139+235=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C58BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BEB is #3A7414. Grayscale: #A6A6A6. Windows color (decimal): -3830805 or 15436741. OLE color: 15436741.

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

Color convert

RGB 197 139 235 -
CMYK 0.16 0.41 0 0.08
HSL 276.25º 0.71% 0.73% -
HSV(B) 276.25º 0.41% 0.92% -
XYZ 47.25 36.33 83.12 -
YUV 167.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 197 139 235 0.16 0.41 0 0.08 276.25 0.71 0.73
Hex C5 8B EB 10 29 0 8 114 47 49
Octal 305 213 353 20 51 0 10 424 107 111
Binary 11000101 10001011 11101011 10000 101001 0 1000 100010100 1000111 1001001

Color Harmonies of #C58BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BEB

Black with #C58BEB

Text Example


Text Example

White with #C58BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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