Html Css Color HEX #C490D1 Wisteria

📋 copy color: '#C490D1'

red 196 ◦ green 144 ◦ blue 209

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

Shades of Wisteria #C490D1

Tints of Wisteria #C490D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.07%

R = 35.7%
G = 26.23%
B = 38.07%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C490D1 (or 0xC490D1) is known color: Wisteria. HEX triplet: C4, 90 and D1. RGB value is (196,144,209). Sum of RGB (Red+Green+Blue) = 196+144+209=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #C490D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490D1 is #3B6F2E. Grayscale: #A6A6A6. Windows color (decimal): -3895087 or 13734084. OLE color: 13734084.

HSL color Cylindrical-coordinate representation of color #C490D1: hue angle of 288º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C490D1 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 144 209 -
CMYK 0.06 0.31 0 0.18
HSL 288º 0.41% 0.69% -
HSV(B) 288º 0.31% 0.82% -
XYZ 44.25 36.29 64.99 -
YUV 166.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 196 144 209 0.06 0.31 0 0.18 288 0.41 0.69
Hex C4 90 D1 6 1F 0 12 120 29 45
Octal 304 220 321 6 37 0 22 440 51 105
Binary 11000100 10010000 11010001 110 11111 0 10010 100100000 101001 1000101

Color Harmonies of #C490D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490D1

Black with #C490D1

Text Example


Text Example

White with #C490D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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