#C893DE

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

Shades of Wisteria #C893DE

Tints of Wisteria #C893DE

Color information

#C893DE (or 0xC893DE) is unknown color: approx Wisteria. HEX triplet: C8, 93 and DE. RGB value is (200,147,222). Sum of RGB (Red+Green+Blue) = 200+147+222=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #C893DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893DE is #376C21. Grayscale: #ABABAB. Windows color (decimal): -3632162 or 14586824. OLE color: 14586824.

HSL color Cylindrical-coordinate representation of color #C893DE: hue angle of 282.4º degrees, saturation: 0.53, 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 #C893DE is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200147222-
CMYK0.100.3400.13
HSL282.4º53.19%72.35%-
HSV(B)282.4º33.78%87.06%-
XYZ47.4438.4274.02-
YUV171.4156.56148.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 147 (57.81% from 255) = 25.83%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=35.15%
G=25.83%
B=39.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001472220.100.3400.13282.453.1972.35
HexC893DEA220D11a3548
Octal310223336124201543265110
Binary1100100010010011110111101010100010011011000110101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C893DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C893DE; }

 p { color: rgb(200,147,222); }

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

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

 a { background-color: rgb(200,147,222); }

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

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

 span { border-color: rgb(200,147,222); }

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