#C28FE7

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

Shades of Wisteria #C28FE7

Tints of Wisteria #C28FE7

Color information

#C28FE7 (or 0xC28FE7) is unknown color: approx Wisteria. HEX triplet: C2, 8F and E7. RGB value is (194,143,231). Sum of RGB (Red+Green+Blue) = 194+143+231=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 231 - color contains mainly: blue. Hex color #C28FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28FE7 is #3D7018. Grayscale: #A7A7A7. Windows color (decimal): -4026393 or 15175618. OLE color: 15175618.

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

Color convert

RGB194143231-
CMYK0.160.3800.09
HSL274.77º64.71%73.33%-
HSV(B)274.77º38.1%90.59%-
XYZ46.4936.8880.27-
YUV168.28163.4146.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 231 (90.62% from 255) = 40.67%
R=34.15%
G=25.18%
B=40.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941432310.160.3800.09274.7764.7173.33
HexC28FE71026091134149
Octal3022173472046011423101111
Binary110000101000111111100111100001001100100110001001110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FE7; }

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

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

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

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

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

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

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

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