Html Css Color HEX #C58BF9 Wisteria

📋 copy color: '#C58BF9'

red 197 ◦ green 139 ◦ blue 249

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

Shades of Wisteria #C58BF9

Tints of Wisteria #C58BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.56%

R = 33.68%
G = 23.76%
B = 42.56%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C58BF9 (or 0xC58BF9) is known color: Wisteria. HEX triplet: C5, 8B and F9. RGB value is (197,139,249). Sum of RGB (Red+Green+Blue) = 197+139+249=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #C58BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BF9 is #3A7406. Grayscale: #A8A8A8. Windows color (decimal): -3830791 or 16354245. OLE color: 16354245.

HSL color Cylindrical-coordinate representation of color #C58BF9: hue angle of 271.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58BF9 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 139 249 -
CMYK 0.21 0.44 0 0.02
HSL 271.64º 0.9% 0.76% -
HSV(B) 271.64º 0.44% 0.98% -
XYZ 49.36 37.18 94.2 -
YUV 168.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 197 139 249 0.21 0.44 0 0.02 271.64 0.9 0.76
Hex C5 8B F9 15 2C 0 2 110 5A 4C
Octal 305 213 371 25 54 0 2 420 132 114
Binary 11000101 10001011 11111001 10101 101100 0 10 100010000 1011010 1001100

Color Harmonies of #C58BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BF9

Black with #C58BF9

Text Example


Text Example

White with #C58BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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