#C894EE

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

Shades of Wisteria #C894EE

Tints of Wisteria #C894EE

Color information

#C894EE (or 0xC894EE) is unknown color: approx Wisteria. HEX triplet: C8, 94 and EE. RGB value is (200,148,238). Sum of RGB (Red+Green+Blue) = 200+148+238=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #C894EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894EE is #376B11. Grayscale: #ADADAD. Windows color (decimal): -3631890 or 15635656. OLE color: 15635656.

HSL color Cylindrical-coordinate representation of color #C894EE: hue angle of 274.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C894EE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200148238-
CMYK0.160.3800.07
HSL274.67º72.58%75.69%-
HSV(B)274.67º37.82%93.33%-
XYZ49.8439.6385.91-
YUV173.81164.23146.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.13%
GREEN value IS 148 (58.20% from 255) = 25.26%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=34.13%
G=25.26%
B=40.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001482380.160.3800.07274.6772.5875.69
HexC894EE102607113494c
Octal310224356204607423111114
Binary11001000100101001110111010000100110011110001001110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894EE; }

 p { color: rgb(200,148,238); }

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

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

 a { background-color: rgb(200,148,238); }

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

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

 span { border-color: rgb(200,148,238); }

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