#C190DD

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

Shades of Wisteria #C190DD

Tints of Wisteria #C190DD

Color information

#C190DD (or 0xC190DD) is unknown color: approx Wisteria. HEX triplet: C1, 90 and DD. RGB value is (193,144,221). Sum of RGB (Red+Green+Blue) = 193+144+221=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #C190DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190DD is #3E6F22. Grayscale: #A7A7A7. Windows color (decimal): -4091683 or 14520513. OLE color: 14520513.

HSL color Cylindrical-coordinate representation of color #C190DD: hue angle of 278.18º degrees, saturation: 0.53, 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 #C190DD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193144221-
CMYK0.130.3500.13
HSL278.18º53.1%71.57%-
HSV(B)278.18º34.84%86.67%-
XYZ45.0236.573.08-
YUV167.43158.23146.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.59%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=34.59%
G=25.81%
B=39.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931442210.130.3500.13278.1853.171.57
HexC190DDD230D1163548
Octal301220335154301542665110
Binary1100000110010000110111011101100011011011000101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190DD; }

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

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

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

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

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

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

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

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