Html Css Color HEX #C490EC Wisteria

📋 copy color: '#C490EC'

red 196 ◦ green 144 ◦ blue 236

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

Shades of Wisteria #C490EC

Tints of Wisteria #C490EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 34.03%
G = 25%
B = 40.97%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C490EC (or 0xC490EC) is known color: Wisteria. HEX triplet: C4, 90 and EC. RGB value is (196,144,236). Sum of RGB (Red+Green+Blue) = 196+144+236=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #C490EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C490EC is #3B6F13. Grayscale: #A9A9A9. Windows color (decimal): -3895060 or 15503556. OLE color: 15503556.

HSL color Cylindrical-coordinate representation of color #C490EC: hue angle of 273.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C490EC is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 144 236 -
CMYK 0.17 0.39 0 0.07
HSL 273.91º 0.71% 0.75% -
HSV(B) 273.91º 0.39% 0.93% -
XYZ 47.88 37.74 84.12 -
YUV 170.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 196 144 236 0.17 0.39 0 0.07 273.91 0.71 0.75
Hex C4 90 EC 11 27 0 7 112 47 4B
Octal 304 220 354 21 47 0 7 422 107 113
Binary 11000100 10010000 11101100 10001 100111 0 111 100010010 1000111 1001011

Color Harmonies of #C490EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490EC

Black with #C490EC

Text Example


Text Example

White with #C490EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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