Html Css Color HEX #C58EF9 Wisteria

📋 copy color: '#C58EF9'

red 197 ◦ green 142 ◦ blue 249

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

Shades of Wisteria #C58EF9

Tints of Wisteria #C58EF9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.15%

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

R = 33.5%
G = 24.15%
B = 42.35%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C58EF9 (or 0xC58EF9) is known color: Wisteria. HEX triplet: C5, 8E and F9. RGB value is (197,142,249). Sum of RGB (Red+Green+Blue) = 197+142+249=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 142 (55.86% from 255 or 24.15% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #C58EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58EF9 is #3A7106. Grayscale: #AAAAAA. Windows color (decimal): -3830023 or 16355013. OLE color: 16355013.

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

Color convert

RGB 197 142 249 -
CMYK 0.21 0.43 0 0.02
HSL 270.84º 0.9% 0.77% -
HSV(B) 270.84º 0.43% 0.98% -
XYZ 49.8 38.06 94.34 -
YUV 170.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 197 142 249 0.21 0.43 0 0.02 270.84 0.9 0.77
Hex C5 8E F9 15 2B 0 2 10F 5A 4D
Octal 305 216 371 25 53 0 2 417 132 115
Binary 11000101 10001110 11111001 10101 101011 0 10 100001111 1011010 1001101

Color Harmonies of #C58EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58EF9

Black with #C58EF9

Text Example


Text Example

White with #C58EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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