#C28AD0

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

Shades of Wisteria #C28AD0

Tints of Wisteria #C28AD0

Color information

#C28AD0 (or 0xC28AD0) is unknown color: approx Wisteria. HEX triplet: C2, 8A and D0. RGB value is (194,138,208). Sum of RGB (Red+Green+Blue) = 194+138+208=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #C28AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AD0 is #3D752F. Grayscale: #A2A2A2. Windows color (decimal): -4027696 or 13667010. OLE color: 13667010.

HSL color Cylindrical-coordinate representation of color #C28AD0: hue angle of 288º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28AD0 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194138208-
CMYK0.070.3400.18
HSL288º42.68%67.84%-
HSV(B)288º33.65%81.57%-
XYZ42.7234.264.02-
YUV162.72153.55150.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 138 (54.30% from 255) = 25.56%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=35.93%
G=25.56%
B=38.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941382080.070.3400.1828842.6867.84
HexC28AD07220121202b44
Octal30221232074202244053104
Binary1100001010001010110100001111000100100101001000001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28AD0; }

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

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

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

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

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

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

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

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