Html Css Color HEX #C490EB Wisteria

📋 copy color: '#C490EB'

red 196 ◦ green 144 ◦ blue 235

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

Shades of Wisteria #C490EB

Tints of Wisteria #C490EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.87%

R = 34.09%
G = 25.04%
B = 40.87%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C490EB (or 0xC490EB) is known color: Wisteria. HEX triplet: C4, 90 and EB. RGB value is (196,144,235). Sum of RGB (Red+Green+Blue) = 196+144+235=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #C490EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C490EB is #3B6F14. Grayscale: #A9A9A9. Windows color (decimal): -3895061 or 15438020. OLE color: 15438020.

HSL color Cylindrical-coordinate representation of color #C490EB: hue angle of 274.29º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C490EB is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 144 235 -
CMYK 0.17 0.39 0 0.08
HSL 274.29º 0.69% 0.74% -
HSV(B) 274.29º 0.39% 0.92% -
XYZ 47.73 37.68 83.35 -
YUV 169.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 196 144 235 0.17 0.39 0 0.08 274.29 0.69 0.74
Hex C4 90 EB 11 27 0 8 112 45 4A
Octal 304 220 353 21 47 0 10 422 105 112
Binary 11000100 10010000 11101011 10001 100111 0 1000 100010010 1000101 1001010

Color Harmonies of #C490EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490EB

Black with #C490EB

Text Example


Text Example

White with #C490EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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