#C28EDD

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

Shades of Wisteria #C28EDD

Tints of Wisteria #C28EDD

Color information

#C28EDD (or 0xC28EDD) is unknown color: approx Wisteria. HEX triplet: C2, 8E and DD. RGB value is (194,142,221). Sum of RGB (Red+Green+Blue) = 194+142+221=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C28EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EDD is #3D7122. Grayscale: #A6A6A6. Windows color (decimal): -4026659 or 14520002. OLE color: 14520002.

HSL color Cylindrical-coordinate representation of color #C28EDD: hue angle of 279.49º 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 #C28EDD is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194142221-
CMYK0.120.3600.13
HSL279.49º53.74%71.18%-
HSV(B)279.49º35.75%86.67%-
XYZ44.9736.0472.99-
YUV166.55158.73147.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 142 (55.86% from 255) = 25.49%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=34.83%
G=25.49%
B=39.68%

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
Decimal1941422210.120.3600.13279.4953.7471.18
HexC28EDDC240D1173647
Octal302216335144401542766107
Binary1100001010001110110111011100100100011011000101111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EDD; }

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

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

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

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

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

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

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

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