Html Css Color HEX #C58AEB Wisteria

📋 copy color: '#C58AEB'

red 197 ◦ green 138 ◦ blue 235

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

Shades of Wisteria #C58AEB

Tints of Wisteria #C58AEB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.21%

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

R = 34.56%
G = 24.21%
B = 41.23%

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

#C58AEB (or 0xC58AEB) is known color: Wisteria. HEX triplet: C5, 8A and EB. RGB value is (197,138,235). Sum of RGB (Red+Green+Blue) = 197+138+235=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #C58AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AEB is #3A7514. Grayscale: #A6A6A6. Windows color (decimal): -3831061 or 15436485. OLE color: 15436485.

HSL color Cylindrical-coordinate representation of color #C58AEB: hue angle of 276.49º 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 #C58AEB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 138 235 -
CMYK 0.16 0.41 0 0.08
HSL 276.49º 0.71% 0.73% -
HSV(B) 276.49º 0.41% 0.92% -
XYZ 47.11 36.05 83.07 -
YUV 166.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 197 138 235 0.16 0.41 0 0.08 276.49 0.71 0.73
Hex C5 8A EB 10 29 0 8 114 47 49
Octal 305 212 353 20 51 0 10 424 107 111
Binary 11000101 10001010 11101011 10000 101001 0 1000 100010100 1000111 1001001

Color Harmonies of #C58AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AEB

Black with #C58AEB

Text Example


Text Example

White with #C58AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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