#C894FA

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

Shades of Wisteria #C894FA

Tints of Wisteria #C894FA

Color information

#C894FA (or 0xC894FA) is unknown color: approx Wisteria. HEX triplet: C8, 94 and FA. RGB value is (200,148,250). Sum of RGB (Red+Green+Blue) = 200+148+250=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #C894FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C894FA is #376B05. Grayscale: #AEAEAE. Windows color (decimal): -3631878 or 16422088. OLE color: 16422088.

HSL color Cylindrical-coordinate representation of color #C894FA: hue angle of 270.59º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C894FA is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200148250-
CMYK0.20.4100.02
HSL270.59º91.07%78.04%-
HSV(B)270.59º40.8%98.04%-
XYZ51.6640.3695.51-
YUV175.18170.23145.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=33.44%
G=24.75%
B=41.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001482500.20.4100.02270.5991.0778.04
HexC894FA14290210f5b4e
Octal310224372245102417133116
Binary1100100010010100111110101010010100101010000111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894FA; }

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

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

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

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

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

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

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

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