Html Css Color HEX #C490FA Wisteria

📋 copy color: '#C490FA'

red 196 ◦ green 144 ◦ blue 250

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

Shades of Wisteria #C490FA

Tints of Wisteria #C490FA

RGB

 RED value IS 196 (76.95% from 255) = 33.22%

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

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

R = 33.22%
G = 24.41%
B = 42.37%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C490FA (or 0xC490FA) is known color: Wisteria. HEX triplet: C4, 90 and FA. RGB value is (196,144,250). Sum of RGB (Red+Green+Blue) = 196+144+250=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 144 (56.64% from 255 or 24.41% 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 #C490FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C490FA is #3B6F05. Grayscale: #ABABAB. Windows color (decimal): -3895046 or 16421060. OLE color: 16421060.

HSL color Cylindrical-coordinate representation of color #C490FA: hue angle of 269.43º 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 #C490FA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 144 250 -
CMYK 0.22 0.42 0 0.02
HSL 269.43º 0.91% 0.77% -
HSV(B) 269.43º 0.42% 0.98% -
XYZ 49.99 38.58 95.26 -
YUV 171.63 172.23 145.38 -
System Red Green Blue C M Y K H S L
Decimal 196 144 250 0.22 0.42 0 0.02 269.43 0.91 0.77
Hex C4 90 FA 16 2A 0 2 10D 5B 4D
Octal 304 220 372 26 52 0 2 415 133 115
Binary 11000100 10010000 11111010 10110 101010 0 10 100001101 1011011 1001101

Color Harmonies of #C490FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490FA

Black with #C490FA

Text Example


Text Example

White with #C490FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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