#C17DEB

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

Shades of Wisteria #C17DEB

Tints of Wisteria #C17DEB

Color information

#C17DEB (or 0xC17DEB) is unknown color: approx Wisteria. HEX triplet: C1, 7D and EB. RGB value is (193,125,235). Sum of RGB (Red+Green+Blue) = 193+125+235=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #C17DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C17DEB is #3E8214. Grayscale: #9D9D9D. Windows color (decimal): -4096533 or 15433153. OLE color: 15433153.

HSL color Cylindrical-coordinate representation of color #C17DEB: hue angle of 277.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C17DEB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193125235-
CMYK0.180.4700.08
HSL277.09º73.33%70.59%-
HSV(B)277.09º46.81%92.16%-
XYZ44.323282.44-
YUV157.87171.53153.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=34.90%
G=22.60%
B=42.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931252350.180.4700.08277.0973.3370.59
HexC17DEB122F081154947
Octal3011753532257010425111107
Binary11000001111110111101011100101011110100010001010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17DEB; }

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

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

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

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

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

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

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

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