#C897FA

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

Shades of Wisteria #C897FA

Tints of Wisteria #C897FA

Color information

#C897FA (or 0xC897FA) is unknown color: approx Wisteria. HEX triplet: C8, 97 and FA. RGB value is (200,151,250). Sum of RGB (Red+Green+Blue) = 200+151+250=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #C897FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C897FA is #376805. Grayscale: #B0B0B0. Windows color (decimal): -3631110 or 16422856. OLE color: 16422856.

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

Color convert

RGB200151250-
CMYK0.20.4000.02
HSL269.7º90.83%78.63%-
HSV(B)269.7º39.6%98.04%-
XYZ52.1441.3195.67-
YUV176.94169.23144.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.28%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=33.28%
G=25.12%
B=41.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001512500.20.4000.02269.790.8378.63
HexC897FA14280210e5b4f
Octal310227372245002416133117
Binary1100100010010111111110101010010100001010000111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C897FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C897FA; }

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

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

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

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

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

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

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

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