#c28cfe

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

Shades of Wisteria #C28CFE

Tints of Wisteria #C28CFE

Color information

#C28CFE (or 0xC28CFE) is unknown color: approx Wisteria. HEX triplet: C2, 8C and FE. RGB value is (194,140,254). Sum of RGB (Red+Green+Blue) = 194+140+254=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #C28CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CFE is #3D7301. Grayscale: #A8A8A8. Windows color (decimal): -4027138 or 16682178. OLE color: 16682178.

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

Color convert

RGB194140254-
CMYK0.240.4500.00
HSL268.42º98.28%77.25%-
HSV(B)268.42º44.88%99.61%-
XYZ49.5237.3898.37-
YUV169.14175.89145.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.99%
GREEN value IS 140 (55.08% from 255) = 23.81%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=32.99%
G=23.81%
B=43.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941402540.240.4500.00268.4298.2877.25
HexC28CFE182D0010c624d
Octal302214376305500414142115
Binary110000101000110011111110110001011010010000110011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c28cfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c28cfe; }

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

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

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

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

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

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

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

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