#C28DDE

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

Shades of Wisteria #C28DDE

Tints of Wisteria #C28DDE

Color information

#C28DDE (or 0xC28DDE) is unknown color: approx Wisteria. HEX triplet: C2, 8D and DE. RGB value is (194,141,222). Sum of RGB (Red+Green+Blue) = 194+141+222=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #C28DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DDE is #3D7221. Grayscale: #A5A5A5. Windows color (decimal): -4026914 or 14585282. OLE color: 14585282.

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

Color convert

RGB194141222-
CMYK0.130.3600.13
HSL279.26º55.1%71.18%-
HSV(B)279.26º36.49%87.06%-
XYZ44.9635.7973.65-
YUV166.08159.56147.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=34.83%
G=25.31%
B=39.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941412220.130.3600.13279.2655.171.18
HexC28DDED240D1173747
Octal302215336154401542767107
Binary1100001010001101110111101101100100011011000101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DDE; }

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

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

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

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

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

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

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

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