Html Css Color HEX #C590FA Wisteria

📋 copy color: '#C590FA'

red 197 ◦ green 144 ◦ blue 250

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

Shades of Wisteria #C590FA

Tints of Wisteria #C590FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.37%

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

R = 33.33%
G = 24.37%
B = 42.3%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C590FA (or 0xC590FA) is known color: Wisteria. HEX triplet: C5, 90 and FA. RGB value is (197,144,250). Sum of RGB (Red+Green+Blue) = 197+144+250=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C590FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590FA is #3A6F05. Grayscale: #ABABAB. Windows color (decimal): -3829510 or 16421061. OLE color: 16421061.

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

Color convert

RGB 197 144 250 -
CMYK 0.21 0.42 0 0.02
HSL 270º 0.91% 0.77% -
HSV(B) 270º 0.42% 0.98% -
XYZ 50.25 38.72 95.27 -
YUV 171.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 197 144 250 0.21 0.42 0 0.02 270 0.91 0.77
Hex C5 90 FA 15 2A 0 2 10E 5B 4D
Octal 305 220 372 25 52 0 2 416 133 115
Binary 11000101 10010000 11111010 10101 101010 0 10 100001110 1011011 1001101

Color Harmonies of #C590FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C590FA

Black with #C590FA

Text Example


Text Example

White with #C590FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C590FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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