Html Css Color HEX #C490D8 Wisteria

📋 copy color: '#C490D8'

red 196 ◦ green 144 ◦ blue 216

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

Shades of Wisteria #C490D8

Tints of Wisteria #C490D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.85%

R = 35.25%
G = 25.9%
B = 38.85%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C490D8 (or 0xC490D8) is known color: Wisteria. HEX triplet: C4, 90 and D8. RGB value is (196,144,216). Sum of RGB (Red+Green+Blue) = 196+144+216=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #C490D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490D8 is #3B6F27. Grayscale: #A7A7A7. Windows color (decimal): -3895080 or 14192836. OLE color: 14192836.

HSL color Cylindrical-coordinate representation of color #C490D8: hue angle of 283.33º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C490D8 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 144 216 -
CMYK 0.09 0.33 0 0.15
HSL 283.33º 0.48% 0.71% -
HSV(B) 283.33º 0.33% 0.85% -
XYZ 45.13 36.64 69.66 -
YUV 167.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 196 144 216 0.09 0.33 0 0.15 283.33 0.48 0.71
Hex C4 90 D8 9 21 0 F 11B 30 47
Octal 304 220 330 11 41 0 17 433 60 107
Binary 11000100 10010000 11011000 1001 100001 0 1111 100011011 110000 1000111

Color Harmonies of #C490D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490D8

Black with #C490D8

Text Example


Text Example

White with #C490D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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