#C190DC

Color #C190DC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C190DC

Tints of Wisteria #C190DC

Color information

#C190DC (or 0xC190DC) is unknown color: approx Wisteria. HEX triplet: C1, 90 and DC. RGB value is (193,144,220). Sum of RGB (Red+Green+Blue) = 193+144+220=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #C190DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190DC is #3E6F23. Grayscale: #A7A7A7. Windows color (decimal): -4091684 or 14454977. OLE color: 14454977.

HSL color Cylindrical-coordinate representation of color #C190DC: hue angle of 278.68º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C190DC is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193144220-
CMYK0.120.3500.14
HSL278.68º52.05%71.37%-
HSV(B)278.68º34.55%86.27%-
XYZ44.8836.4572.38-
YUV167.32157.73146.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=34.65%
G=25.85%
B=39.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931442200.120.3500.14278.6852.0571.37
HexC190DCC230E1173447
Octal301220334144301642764107
Binary1100000110010000110111001100100011011101000101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190DC; }

 p { color: rgb(193,144,220); }

 H1.HeaderClassName
 {
   color: #C190DC;
 }
 .AnyTagClassName
 {
   color: #C190DC;
 }
</style>
background-color css

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

 a { background-color: rgb(193,144,220); }

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

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

 span { border-color: rgb(193,144,220); }

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