Html Css Color HEX #C490DA Wisteria

📋 copy color: '#C490DA'

red 196 ◦ green 144 ◦ blue 218

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

Shades of Wisteria #C490DA

Tints of Wisteria #C490DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 35.13%
G = 25.81%
B = 39.07%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C490DA (or 0xC490DA) is known color: Wisteria. HEX triplet: C4, 90 and DA. RGB value is (196,144,218). Sum of RGB (Red+Green+Blue) = 196+144+218=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C490DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490DA is #3B6F25. Grayscale: #A7A7A7. Windows color (decimal): -3895078 or 14323908. OLE color: 14323908.

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

Color convert

RGB 196 144 218 -
CMYK 0.10 0.34 0 0.15
HSL 282.16º 0.5% 0.71% -
HSV(B) 282.16º 0.34% 0.85% -
XYZ 45.39 36.74 71.03 -
YUV 167.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 196 144 218 0.10 0.34 0 0.15 282.16 0.5 0.71
Hex C4 90 DA A 22 0 F 11A 32 47
Octal 304 220 332 12 42 0 17 432 62 107
Binary 11000100 10010000 11011010 1010 100010 0 1111 100011010 110010 1000111

Color Harmonies of #C490DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490DA

Black with #C490DA

Text Example


Text Example

White with #C490DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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