#C28CFC

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

Shades of Wisteria #C28CFC

Tints of Wisteria #C28CFC

Color information

#C28CFC (or 0xC28CFC) is unknown color: approx Wisteria. HEX triplet: C2, 8C and FC. RGB value is (194,140,252). Sum of RGB (Red+Green+Blue) = 194+140+252=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #C28CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CFC is #3D7303. Grayscale: #A8A8A8. Windows color (decimal): -4027140 or 16551106. OLE color: 16551106.

HSL color Cylindrical-coordinate representation of color #C28CFC: hue angle of 268.93º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C28CFC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194140252-
CMYK0.230.4400.01
HSL268.93º94.92%76.86%-
HSV(B)268.93º44.44%98.82%-
XYZ49.237.2596.69-
YUV168.91174.89145.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 252 (98.83% from 255) = 43.00%
R=33.11%
G=23.89%
B=43.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941402520.230.4400.01268.9394.9276.86
HexC28CFC172C0110d5f4d
Octal302214374275401415137115
Binary110000101000110011111100101111011000110000110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28CFC; }

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

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

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

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

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

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

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

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