Html Css Color HEX #C58AF0 Wisteria

📋 copy color: '#C58AF0'

red 197 ◦ green 138 ◦ blue 240

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

Shades of Wisteria #C58AF0

Tints of Wisteria #C58AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.74%

R = 34.26%
G = 24%
B = 41.74%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C58AF0 (or 0xC58AF0) is known color: Wisteria. HEX triplet: C5, 8A and F0. RGB value is (197,138,240). Sum of RGB (Red+Green+Blue) = 197+138+240=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #C58AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58AF0 is #3A750F. Grayscale: #A6A6A6. Windows color (decimal): -3831056 or 15764165. OLE color: 15764165.

HSL color Cylindrical-coordinate representation of color #C58AF0: hue angle of 274.71º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58AF0 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 138 240 -
CMYK 0.18 0.42 0 0.06
HSL 274.71º 0.77% 0.74% -
HSV(B) 274.71º 0.43% 0.94% -
XYZ 47.84 36.34 86.93 -
YUV 167.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 197 138 240 0.18 0.42 0 0.06 274.71 0.77 0.74
Hex C5 8A F0 12 2A 0 6 113 4D 4A
Octal 305 212 360 22 52 0 6 423 115 112
Binary 11000101 10001010 11110000 10010 101010 0 110 100010011 1001101 1001010

Color Harmonies of #C58AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AF0

Black with #C58AF0

Text Example


Text Example

White with #C58AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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