Html Css Color HEX #C490DF Wisteria

📋 copy color: '#C490DF'

red 196 ◦ green 144 ◦ blue 223

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

Shades of Wisteria #C490DF

Tints of Wisteria #C490DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 34.81%
G = 25.58%
B = 39.61%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C490DF (or 0xC490DF) is known color: Wisteria. HEX triplet: C4, 90 and DF. RGB value is (196,144,223). Sum of RGB (Red+Green+Blue) = 196+144+223=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #C490DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490DF is #3B6F20. Grayscale: #A8A8A8. Windows color (decimal): -3895073 or 14651588. OLE color: 14651588.

HSL color Cylindrical-coordinate representation of color #C490DF: hue angle of 279.49º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C490DF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 144 223 -
CMYK 0.12 0.35 0 0.13
HSL 279.49º 0.55% 0.72% -
HSV(B) 279.49º 0.35% 0.87% -
XYZ 46.06 37.01 74.53 -
YUV 168.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 196 144 223 0.12 0.35 0 0.13 279.49 0.55 0.72
Hex C4 90 DF C 23 0 D 117 37 48
Octal 304 220 337 14 43 0 15 427 67 110
Binary 11000100 10010000 11011111 1100 100011 0 1101 100010111 110111 1001000

Color Harmonies of #C490DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490DF

Black with #C490DF

Text Example


Text Example

White with #C490DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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