Html Css Color HEX #C58BF8 Wisteria

📋 copy color: '#C58BF8'

red 197 ◦ green 139 ◦ blue 248

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

Shades of Wisteria #C58BF8

Tints of Wisteria #C58BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.47%

R = 33.73%
G = 23.8%
B = 42.47%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C58BF8 (or 0xC58BF8) is known color: Wisteria. HEX triplet: C5, 8B and F8. RGB value is (197,139,248). Sum of RGB (Red+Green+Blue) = 197+139+248=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #C58BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BF8 is #3A7407. Grayscale: #A8A8A8. Windows color (decimal): -3830792 or 16288709. OLE color: 16288709.

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

Color convert

RGB 197 139 248 -
CMYK 0.21 0.44 0 0.03
HSL 271.93º 0.89% 0.76% -
HSV(B) 271.93º 0.44% 0.97% -
XYZ 49.2 37.11 93.38 -
YUV 168.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 197 139 248 0.21 0.44 0 0.03 271.93 0.89 0.76
Hex C5 8B F8 15 2C 0 3 110 59 4C
Octal 305 213 370 25 54 0 3 420 131 114
Binary 11000101 10001011 11111000 10101 101100 0 11 100010000 1011001 1001100

Color Harmonies of #C58BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BF8

Black with #C58BF8

Text Example


Text Example

White with #C58BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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