Html Css Color HEX #C58BEA Wisteria

📋 copy color: '#C58BEA'

red 197 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #C58BEA

Tints of Wisteria #C58BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 34.56%
G = 24.39%
B = 41.05%

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

#C58BEA (or 0xC58BEA) is known color: Wisteria. HEX triplet: C5, 8B and EA. RGB value is (197,139,234). Sum of RGB (Red+Green+Blue) = 197+139+234=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #C58BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BEA is #3A7415. Grayscale: #A6A6A6. Windows color (decimal): -3830806 or 15371205. OLE color: 15371205.

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

Color convert

RGB 197 139 234 -
CMYK 0.16 0.41 0 0.08
HSL 276.63º 0.69% 0.73% -
HSV(B) 276.63º 0.41% 0.92% -
XYZ 47.11 36.28 82.36 -
YUV 167.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 197 139 234 0.16 0.41 0 0.08 276.63 0.69 0.73
Hex C5 8B EA 10 29 0 8 115 45 49
Octal 305 213 352 20 51 0 10 425 105 111
Binary 11000101 10001011 11101010 10000 101001 0 1000 100010101 1000101 1001001

Color Harmonies of #C58BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BEA

Black with #C58BEA

Text Example


Text Example

White with #C58BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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