#c28dce

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

Shades of Wisteria #C28DCE

Tints of Wisteria #C28DCE

Color information

#C28DCE (or 0xC28DCE) is unknown color: approx Wisteria. HEX triplet: C2, 8D and CE. RGB value is (194,141,206). Sum of RGB (Red+Green+Blue) = 194+141+206=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #C28DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DCE is #3D7231. Grayscale: #A4A4A4. Windows color (decimal): -4026930 or 13536706. OLE color: 13536706.

HSL color Cylindrical-coordinate representation of color #C28DCE: hue angle of 288.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C28DCE is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194141206-
CMYK0.060.3200.19
HSL288.92º39.88%68.04%-
HSV(B)288.92º31.55%80.78%-
XYZ42.9134.9862.88-
YUV164.26151.56149.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 141 (55.47% from 255) = 26.06%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=35.86%
G=26.06%
B=38.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941412060.060.3200.19288.9239.8868.04
HexC28DCE6200131212844
Octal30221531664002344150104
Binary1100001010001101110011101101000000100111001000011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c28dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c28dce; }

 p { color: rgb(194,141,206); }

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

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

 a { background-color: rgb(194,141,206); }

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

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

 span { border-color: rgb(194,141,206); }

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