#C28BEE

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

Shades of Wisteria #C28BEE

Tints of Wisteria #C28BEE

Color information

#C28BEE (or 0xC28BEE) is unknown color: approx Wisteria. HEX triplet: C2, 8B and EE. RGB value is (194,139,238). Sum of RGB (Red+Green+Blue) = 194+139+238=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #C28BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28BEE is #3D7411. Grayscale: #A6A6A6. Windows color (decimal): -4027410 or 15633346. OLE color: 15633346.

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

Color convert

RGB194139238-
CMYK0.180.4200.07
HSL273.33º74.44%73.92%-
HSV(B)273.33º41.6%93.33%-
XYZ46.9136.1185.39-
YUV166.73168.22147.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=33.98%
G=24.34%
B=41.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941392380.180.4200.07273.3374.4473.92
HexC28BEE122A071114a4a
Octal302213356225207421112112
Binary11000010100010111110111010010101010011110001000110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28BEE; }

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

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

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

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

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

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

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

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