#C28DDD

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

Shades of Wisteria #C28DDD

Tints of Wisteria #C28DDD

Color information

#C28DDD (or 0xC28DDD) is unknown color: approx Wisteria. HEX triplet: C2, 8D and DD. RGB value is (194,141,221). Sum of RGB (Red+Green+Blue) = 194+141+221=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C28DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DDD is #3D7222. Grayscale: #A5A5A5. Windows color (decimal): -4026915 or 14519746. OLE color: 14519746.

HSL color Cylindrical-coordinate representation of color #C28DDD: hue angle of 279.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28DDD is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194141221-
CMYK0.120.3600.13
HSL279.75º54.05%70.98%-
HSV(B)279.75º36.2%86.67%-
XYZ44.8235.7472.94-
YUV165.97159.06148-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=34.89%
G=25.36%
B=39.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941412210.120.3600.13279.7554.0570.98
HexC28DDDC240D1183647
Octal302215335144401543066107
Binary1100001010001101110111011100100100011011000110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DDD; }

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

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

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

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

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

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

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

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