#C192DD

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

Shades of Wisteria #C192DD

Tints of Wisteria #C192DD

Color information

#C192DD (or 0xC192DD) is unknown color: approx Wisteria. HEX triplet: C1, 92 and DD. RGB value is (193,146,221). Sum of RGB (Red+Green+Blue) = 193+146+221=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C192DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192DD is #3E6D22. Grayscale: #A8A8A8. Windows color (decimal): -4091171 or 14521025. OLE color: 14521025.

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

Color convert

RGB193146221-
CMYK0.130.3400.13
HSL277.6º52.45%71.96%-
HSV(B)277.6º33.94%86.67%-
XYZ45.3237.1273.18-
YUV168.6157.57145.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=34.46%
G=26.07%
B=39.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931462210.130.3400.13277.652.4571.96
HexC192DDD220D1163448
Octal301222335154201542664110
Binary1100000110010010110111011101100010011011000101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192DD; }

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

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

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

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

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

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

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

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