#C28DD4

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

Shades of Wisteria #C28DD4

Tints of Wisteria #C28DD4

Color information

#C28DD4 (or 0xC28DD4) is unknown color: approx Wisteria. HEX triplet: C2, 8D and D4. RGB value is (194,141,212). Sum of RGB (Red+Green+Blue) = 194+141+212=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 212 - color contains mainly: blue. Hex color #C28DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DD4 is #3D722B. Grayscale: #A4A4A4. Windows color (decimal): -4026924 or 13929922. OLE color: 13929922.

HSL color Cylindrical-coordinate representation of color #C28DD4: hue angle of 284.79º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C28DD4 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194141212-
CMYK0.080.3300.17
HSL284.79º45.22%69.22%-
HSV(B)284.79º33.49%83.14%-
XYZ43.6635.2766.79-
YUV164.94154.56148.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=35.47%
G=25.78%
B=38.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941412120.080.3300.17284.7945.2269.22
HexC28DD482101111d2d45
Octal302215324104102143555105
Binary11000010100011011101010010001000010100011000111011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DD4; }

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

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

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

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

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

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

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

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