#C28FEE

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

Shades of Wisteria #C28FEE

Tints of Wisteria #C28FEE

Color information

#C28FEE (or 0xC28FEE) is unknown color: approx Wisteria. HEX triplet: C2, 8F and EE. RGB value is (194,143,238). Sum of RGB (Red+Green+Blue) = 194+143+238=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #C28FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28FEE is #3D7011. Grayscale: #A8A8A8. Windows color (decimal): -4026386 or 15634370. OLE color: 15634370.

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

Color convert

RGB194143238-
CMYK0.180.4000.07
HSL272.21º73.64%74.71%-
HSV(B)272.21º39.92%93.33%-
XYZ47.537.2985.58-
YUV169.08166.9145.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.74%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=33.74%
G=24.87%
B=41.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941432380.180.4000.07272.2173.6474.71
HexC28FEE1228071104a4b
Octal302217356225007420112113
Binary11000010100011111110111010010101000011110001000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FEE; }

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

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

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

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

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

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

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

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