#C893DD

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

Shades of Wisteria #C893DD

Tints of Wisteria #C893DD

Color information

#C893DD (or 0xC893DD) is unknown color: approx Wisteria. HEX triplet: C8, 93 and DD. RGB value is (200,147,221). Sum of RGB (Red+Green+Blue) = 200+147+221=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #C893DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893DD is #376C22. Grayscale: #ABABAB. Windows color (decimal): -3632163 or 14521288. OLE color: 14521288.

HSL color Cylindrical-coordinate representation of color #C893DD: hue angle of 282.97º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C893DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200147221-
CMYK0.100.3300.13
HSL282.97º52.11%72.16%-
HSV(B)282.97º33.48%86.67%-
XYZ47.338.3773.32-
YUV171.28156.06148.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 147 (57.81% from 255) = 25.88%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=35.21%
G=25.88%
B=38.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001472210.100.3300.13282.9752.1172.16
HexC893DDA210D11b3448
Octal310223335124101543364110
Binary1100100010010011110111011010100001011011000110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C893DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C893DD; }

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

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

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

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

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

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

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

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