#C17EDB

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

Shades of Wisteria #C17EDB

Tints of Wisteria #C17EDB

Color information

#C17EDB (or 0xC17EDB) is unknown color: approx Wisteria. HEX triplet: C1, 7E and DB. RGB value is (193,126,219). Sum of RGB (Red+Green+Blue) = 193+126+219=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C17EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17EDB is #3E8124. Grayscale: #9C9C9C. Windows color (decimal): -4096293 or 14384833. OLE color: 14384833.

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

Color convert

RGB193126219-
CMYK0.120.4200.14
HSL283.23º56.36%67.65%-
HSV(B)283.23º42.47%85.88%-
XYZ42.2431.3770.85-
YUV156.64163.2153.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=35.87%
G=23.42%
B=40.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931262190.120.4200.14283.2356.3667.65
HexC17EDBC2A0E11b3844
Octal301176333145201643370104
Binary110000011111110110110111100101010011101000110111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17EDB; }

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

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

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

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

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

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

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

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