#C28DEE

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

Shades of Wisteria #C28DEE

Tints of Wisteria #C28DEE

Color information

#C28DEE (or 0xC28DEE) is unknown color: approx Wisteria. HEX triplet: C2, 8D and EE. RGB value is (194,141,238). Sum of RGB (Red+Green+Blue) = 194+141+238=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #C28DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28DEE is #3D7211. Grayscale: #A7A7A7. Windows color (decimal): -4026898 or 15633858. OLE color: 15633858.

HSL color Cylindrical-coordinate representation of color #C28DEE: hue angle of 272.78º 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 #C28DEE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194141238-
CMYK0.180.4100.07
HSL272.78º74.05%74.31%-
HSV(B)272.78º40.76%93.33%-
XYZ47.2136.6985.48-
YUV167.9167.56146.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 141 (55.47% from 255) = 24.61%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=33.86%
G=24.61%
B=41.54%

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
Decimal1941412380.180.4100.07272.7874.0574.31
HexC28DEE1229071114a4a
Octal302215356225107421112112
Binary11000010100011011110111010010101001011110001000110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28DEE; }

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

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

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

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

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

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

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

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