#C28AD6

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

Shades of Wisteria #C28AD6

Tints of Wisteria #C28AD6

Color information

#C28AD6 (or 0xC28AD6) is unknown color: approx Wisteria. HEX triplet: C2, 8A and D6. RGB value is (194,138,214). Sum of RGB (Red+Green+Blue) = 194+138+214=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #C28AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AD6 is #3D7529. Grayscale: #A3A3A3. Windows color (decimal): -4027690 or 14060226. OLE color: 14060226.

HSL color Cylindrical-coordinate representation of color #C28AD6: hue angle of 284.21º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28AD6 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194138214-
CMYK0.090.3600.16
HSL284.21º48.1%69.02%-
HSV(B)284.21º35.51%83.92%-
XYZ43.4734.567.99-
YUV163.41156.55149.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 214 (83.98% from 255) = 39.19%
R=35.53%
G=25.27%
B=39.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941382140.090.3600.16284.2148.169.02
HexC28AD692401011c3045
Octal302212326114402043460105
Binary11000010100010101101011010011001000100001000111001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AD6; }

 p { color: rgb(194,138,214); }

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

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

 a { background-color: rgb(194,138,214); }

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

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

 span { border-color: rgb(194,138,214); }

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