#C28BE7

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

Shades of Wisteria #C28BE7

Tints of Wisteria #C28BE7

Color information

#C28BE7 (or 0xC28BE7) is unknown color: approx Wisteria. HEX triplet: C2, 8B and E7. RGB value is (194,139,231). Sum of RGB (Red+Green+Blue) = 194+139+231=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #C28BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28BE7 is #3D7418. Grayscale: #A5A5A5. Windows color (decimal): -4027417 or 15174594. OLE color: 15174594.

HSL color Cylindrical-coordinate representation of color #C28BE7: hue angle of 275.87º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28BE7 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194139231-
CMYK0.160.4000.09
HSL275.87º65.71%72.55%-
HSV(B)275.87º39.83%90.59%-
XYZ45.935.780.07-
YUV165.93164.72148.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 139 (54.69% from 255) = 24.65%
BLUE value IS 231 (90.62% from 255) = 40.96%
R=34.40%
G=24.65%
B=40.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941392310.160.4000.09275.8765.7172.55
HexC28BE71028091144249
Octal3022133472050011424102111
Binary110000101000101111100111100001010000100110001010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BE7; }

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

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

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

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

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

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

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

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