#C28BDF

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

Shades of Wisteria #C28BDF

Tints of Wisteria #C28BDF

Color information

#C28BDF (or 0xC28BDF) is unknown color: approx Wisteria. HEX triplet: C2, 8B and DF. RGB value is (194,139,223). Sum of RGB (Red+Green+Blue) = 194+139+223=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #C28BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BDF is #3D7420. Grayscale: #A4A4A4. Windows color (decimal): -4027425 or 14650306. OLE color: 14650306.

HSL color Cylindrical-coordinate representation of color #C28BDF: hue angle of 279.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C28BDF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194139223-
CMYK0.130.3800.13
HSL279.29º56.76%70.98%-
HSV(B)279.29º37.67%87.45%-
XYZ44.835.2674.26-
YUV165.02160.72148.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.89%
GREEN value IS 139 (54.69% from 255) = 25%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=34.89%
G=25%
B=40.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941392230.130.3800.13279.2956.7670.98
HexC28BDFD260D1173947
Octal302213337154601542771107
Binary1100001010001011110111111101100110011011000101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BDF; }

 p { color: rgb(194,139,223); }

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

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

 a { background-color: rgb(194,139,223); }

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

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

 span { border-color: rgb(194,139,223); }

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