Html Css Color HEX #C490FB Wisteria

📋 copy color: '#C490FB'

red 196 ◦ green 144 ◦ blue 251

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

Shades of Wisteria #C490FB

Tints of Wisteria #C490FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 33.16%
G = 24.37%
B = 42.47%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C490FB (or 0xC490FB) is known color: Wisteria. HEX triplet: C4, 90 and FB. RGB value is (196,144,251). Sum of RGB (Red+Green+Blue) = 196+144+251=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #C490FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C490FB is #3B6F04. Grayscale: #ABABAB. Windows color (decimal): -3895045 or 16486596. OLE color: 16486596.

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

Color convert

RGB 196 144 251 -
CMYK 0.22 0.43 0 0.02
HSL 269.16º 0.93% 0.77% -
HSV(B) 269.16º 0.43% 0.98% -
XYZ 50.15 38.65 96.08 -
YUV 171.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 196 144 251 0.22 0.43 0 0.02 269.16 0.93 0.77
Hex C4 90 FB 16 2B 0 2 10D 5D 4D
Octal 304 220 373 26 53 0 2 415 135 115
Binary 11000100 10010000 11111011 10110 101011 0 10 100001101 1011101 1001101

Color Harmonies of #C490FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490FB

Black with #C490FB

Text Example


Text Example

White with #C490FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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