Html Css Color HEX #C58AF8 Wisteria

📋 copy color: '#C58AF8'

red 197 ◦ green 138 ◦ blue 248

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

Shades of Wisteria #C58AF8

Tints of Wisteria #C58AF8

RGB

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

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

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

R = 33.79%
G = 23.67%
B = 42.54%

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

#C58AF8 (or 0xC58AF8) is known color: Wisteria. HEX triplet: C5, 8A and F8. RGB value is (197,138,248). Sum of RGB (Red+Green+Blue) = 197+138+248=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #C58AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AF8 is #3A7507. Grayscale: #A7A7A7. Windows color (decimal): -3831048 or 16288453. OLE color: 16288453.

HSL color Cylindrical-coordinate representation of color #C58AF8: hue angle of 272.18º 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 #C58AF8 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 138 248 -
CMYK 0.21 0.44 0 0.03
HSL 272.18º 0.89% 0.76% -
HSV(B) 272.18º 0.44% 0.97% -
XYZ 49.06 36.82 93.33 -
YUV 168.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 197 138 248 0.21 0.44 0 0.03 272.18 0.89 0.76
Hex C5 8A F8 15 2C 0 3 110 59 4C
Octal 305 212 370 25 54 0 3 420 131 114
Binary 11000101 10001010 11111000 10101 101100 0 11 100010000 1011001 1001100

Color Harmonies of #C58AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AF8

Black with #C58AF8

Text Example


Text Example

White with #C58AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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