#C17EDC

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

Shades of Wisteria #C17EDC

Tints of Wisteria #C17EDC

Color information

#C17EDC (or 0xC17EDC) is unknown color: approx Wisteria. HEX triplet: C1, 7E and DC. RGB value is (193,126,220). Sum of RGB (Red+Green+Blue) = 193+126+220=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C17EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EDC is #3E8123. Grayscale: #9C9C9C. Windows color (decimal): -4096292 or 14450369. OLE color: 14450369.

HSL color Cylindrical-coordinate representation of color #C17EDC: hue angle of 282.77º degrees, saturation: 0.57, 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 #C17EDC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193126220-
CMYK0.120.4300.14
HSL282.77º57.32%67.84%-
HSV(B)282.77º42.73%86.27%-
XYZ42.3731.4371.54-
YUV156.75163.7153.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 126 (49.61% from 255) = 23.38%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=35.81%
G=23.38%
B=40.82%

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
Decimal1931262200.120.4300.14282.7757.3267.84
HexC17EDCC2B0E11b3944
Octal301176334145301643371104
Binary110000011111110110111001100101011011101000110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17EDC; }

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

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

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

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

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

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

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

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