Html Css Color HEX #C490E4 Wisteria

📋 copy color: '#C490E4'

red 196 ◦ green 144 ◦ blue 228

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

Shades of Wisteria #C490E4

Tints of Wisteria #C490E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.14%

R = 34.51%
G = 25.35%
B = 40.14%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C490E4 (or 0xC490E4) is known color: Wisteria. HEX triplet: C4, 90 and E4. RGB value is (196,144,228). Sum of RGB (Red+Green+Blue) = 196+144+228=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #C490E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490E4 is #3B6F1B. Grayscale: #A8A8A8. Windows color (decimal): -3895068 or 14979268. OLE color: 14979268.

HSL color Cylindrical-coordinate representation of color #C490E4: hue angle of 277.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C490E4 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 144 228 -
CMYK 0.14 0.37 0 0.11
HSL 277.14º 0.61% 0.73% -
HSV(B) 277.14º 0.37% 0.89% -
XYZ 46.74 37.28 78.13 -
YUV 169.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 196 144 228 0.14 0.37 0 0.11 277.14 0.61 0.73
Hex C4 90 E4 E 25 0 B 115 3D 49
Octal 304 220 344 16 45 0 13 425 75 111
Binary 11000100 10010000 11100100 1110 100101 0 1011 100010101 111101 1001001

Color Harmonies of #C490E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490E4

Black with #C490E4

Text Example


Text Example

White with #C490E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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