#c28cee

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

Shades of Wisteria #C28CEE

Tints of Wisteria #C28CEE

Color information

#C28CEE (or 0xC28CEE) is unknown color: approx Wisteria. HEX triplet: C2, 8C and EE. RGB value is (194,140,238). Sum of RGB (Red+Green+Blue) = 194+140+238=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #C28CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28CEE is #3D7311. Grayscale: #A6A6A6. Windows color (decimal): -4027154 or 15633602. OLE color: 15633602.

HSL color Cylindrical-coordinate representation of color #C28CEE: hue angle of 273.06º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28CEE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194140238-
CMYK0.180.4100.07
HSL273.06º74.24%74.12%-
HSV(B)273.06º41.18%93.33%-
XYZ47.0636.485.43-
YUV167.32167.89147.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.92%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=33.92%
G=24.48%
B=41.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941402380.180.4100.07273.0674.2474.12
HexC28CEE1229071114a4a
Octal302214356225107421112112
Binary11000010100011001110111010010101001011110001000110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c28cee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c28cee; }

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

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

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

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

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

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

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

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