#C895F2

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

Shades of Wisteria #C895F2

Tints of Wisteria #C895F2

Color information

#C895F2 (or 0xC895F2) is unknown color: approx Wisteria. HEX triplet: C8, 95 and F2. RGB value is (200,149,242). Sum of RGB (Red+Green+Blue) = 200+149+242=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #C895F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895F2 is #376A0D. Grayscale: #AEAEAE. Windows color (decimal): -3631630 or 15898056. OLE color: 15898056.

HSL color Cylindrical-coordinate representation of color #C895F2: hue angle of 272.9º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C895F2 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200149242-
CMYK0.170.3800.05
HSL272.9º78.15%76.67%-
HSV(B)272.9º38.43%94.9%-
XYZ50.5940.1989.09-
YUV174.85165.9145.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 149 (58.59% from 255) = 25.21%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=33.84%
G=25.21%
B=40.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001492420.170.3800.05272.978.1576.67
HexC895F21126051114e4d
Octal310225362214605421116115
Binary11001000100101011111001010001100110010110001000110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895F2; }

 p { color: rgb(200,149,242); }

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

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

 a { background-color: rgb(200,149,242); }

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

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

 span { border-color: rgb(200,149,242); }

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