#C17DDC

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

Shades of Wisteria #C17DDC

Tints of Wisteria #C17DDC

Color information

#C17DDC (or 0xC17DDC) is unknown color: approx Wisteria. HEX triplet: C1, 7D and DC. RGB value is (193,125,220). Sum of RGB (Red+Green+Blue) = 193+125+220=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #C17DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17DDC is #3E8223. Grayscale: #9B9B9B. Windows color (decimal): -4096548 or 14450113. OLE color: 14450113.

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

Color convert

RGB193125220-
CMYK0.120.4300.14
HSL282.95º57.58%67.65%-
HSV(B)282.95º43.18%86.27%-
XYZ42.2431.1771.5-
YUV156.16164.03154.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=35.87%
G=23.23%
B=40.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931252200.120.4300.14282.9557.5867.65
HexC17DDCC2B0E11b3a44
Octal301175334145301643372104
Binary110000011111101110111001100101011011101000110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DDC; }

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

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

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

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

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

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

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

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