Html Css Color HEX #C58FFA Wisteria

📋 copy color: '#C58FFA'

red 197 ◦ green 143 ◦ blue 250

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

Shades of Wisteria #C58FFA

Tints of Wisteria #C58FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.24%

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 33.39%
G = 24.24%
B = 42.37%

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

#C58FFA (or 0xC58FFA) is known color: Wisteria. HEX triplet: C5, 8F and FA. RGB value is (197,143,250). Sum of RGB (Red+Green+Blue) = 197+143+250=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 143 (56.25% from 255 or 24.24% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #C58FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FFA is #3A7005. Grayscale: #AAAAAA. Windows color (decimal): -3829766 or 16420805. OLE color: 16420805.

HSL color Cylindrical-coordinate representation of color #C58FFA: hue angle of 270.28º degrees, saturation: 0.91, 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 #C58FFA is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 143 250 -
CMYK 0.21 0.43 0 0.02
HSL 270.28º 0.91% 0.77% -
HSV(B) 270.28º 0.43% 0.98% -
XYZ 50.1 38.42 95.22 -
YUV 171.34 172.39 146.3 -
System Red Green Blue C M Y K H S L
Decimal 197 143 250 0.21 0.43 0 0.02 270.28 0.91 0.77
Hex C5 8F FA 15 2B 0 2 10E 5B 4D
Octal 305 217 372 25 53 0 2 416 133 115
Binary 11000101 10001111 11111010 10101 101011 0 10 100001110 1011011 1001101

Color Harmonies of #C58FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FFA

Black with #C58FFA

Text Example


Text Example

White with #C58FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FFA; }

 p { color: rgb(197,143,250); }

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

background-color css

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

 a { background-color: rgb(197,143,250); }

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

border-color css

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

 span { border-color: rgb(197,143,250); }

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