Html Css Color HEX #C490E0 Wisteria

📋 copy color: '#C490E0'

red 196 ◦ green 144 ◦ blue 224

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

Shades of Wisteria #C490E0

Tints of Wisteria #C490E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.72%

R = 34.75%
G = 25.53%
B = 39.72%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C490E0 (or 0xC490E0) is known color: Wisteria. HEX triplet: C4, 90 and E0. RGB value is (196,144,224). Sum of RGB (Red+Green+Blue) = 196+144+224=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #C490E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490E0 is #3B6F1F. Grayscale: #A8A8A8. Windows color (decimal): -3895072 or 14717124. OLE color: 14717124.

HSL color Cylindrical-coordinate representation of color #C490E0: hue angle of 279º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C490E0 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 144 224 -
CMYK 0.12 0.36 0 0.12
HSL 279º 0.56% 0.72% -
HSV(B) 279º 0.36% 0.88% -
XYZ 46.19 37.06 75.24 -
YUV 168.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 196 144 224 0.12 0.36 0 0.12 279 0.56 0.72
Hex C4 90 E0 C 24 0 C 117 38 48
Octal 304 220 340 14 44 0 14 427 70 110
Binary 11000100 10010000 11100000 1100 100100 0 1100 100010111 111000 1001000

Color Harmonies of #C490E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490E0

Black with #C490E0

Text Example


Text Example

White with #C490E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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