#C28EFE

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

Shades of Wisteria #C28EFE

Tints of Wisteria #C28EFE

Color information

#C28EFE (or 0xC28EFE) is unknown color: approx Wisteria. HEX triplet: C2, 8E and FE. RGB value is (194,142,254). Sum of RGB (Red+Green+Blue) = 194+142+254=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C28EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28EFE is #3D7101. Grayscale: #A9A9A9. Windows color (decimal): -4026626 or 16682690. OLE color: 16682690.

HSL color Cylindrical-coordinate representation of color #C28EFE: hue angle of 267.86º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C28EFE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194142254-
CMYK0.240.4400.00
HSL267.86º98.25%77.65%-
HSV(B)267.86º44.09%99.61%-
XYZ49.8137.9798.47-
YUV170.32175.23144.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=32.88%
G=24.07%
B=43.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941422540.240.4400.00267.8698.2577.65
HexC28EFE182C0010c624e
Octal302216376305400414142116
Binary110000101000111011111110110001011000010000110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EFE; }

 p { color: rgb(194,142,254); }

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

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

 a { background-color: rgb(194,142,254); }

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

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

 span { border-color: rgb(194,142,254); }

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