Html Css Color HEX #C490D7 Wisteria

📋 copy color: '#C490D7'

red 196 ◦ green 144 ◦ blue 215

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

Shades of Wisteria #C490D7

Tints of Wisteria #C490D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 35.32%
G = 25.95%
B = 38.74%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C490D7 (or 0xC490D7) is known color: Wisteria. HEX triplet: C4, 90 and D7. RGB value is (196,144,215). Sum of RGB (Red+Green+Blue) = 196+144+215=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #C490D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490D7 is #3B6F28. Grayscale: #A7A7A7. Windows color (decimal): -3895081 or 14127300. OLE color: 14127300.

HSL color Cylindrical-coordinate representation of color #C490D7: hue angle of 283.94º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C490D7 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 144 215 -
CMYK 0.09 0.33 0 0.16
HSL 283.94º 0.47% 0.7% -
HSV(B) 283.94º 0.33% 0.84% -
XYZ 45 36.59 68.98 -
YUV 167.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 196 144 215 0.09 0.33 0 0.16 283.94 0.47 0.7
Hex C4 90 D7 9 21 0 10 11C 2F 46
Octal 304 220 327 11 41 0 20 434 57 106
Binary 11000100 10010000 11010111 1001 100001 0 10000 100011100 101111 1000110

Color Harmonies of #C490D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490D7

Black with #C490D7

Text Example


Text Example

White with #C490D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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