#C892F8

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

Shades of Wisteria #C892F8

Tints of Wisteria #C892F8

Color information

#C892F8 (or 0xC892F8) is unknown color: approx Wisteria. HEX triplet: C8, 92 and F8. RGB value is (200,146,248). Sum of RGB (Red+Green+Blue) = 200+146+248=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #C892F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C892F8 is #376D07. Grayscale: #ADADAD. Windows color (decimal): -3632392 or 16290504. OLE color: 16290504.

HSL color Cylindrical-coordinate representation of color #C892F8: hue angle of 271.76º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C892F8 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB200146248-
CMYK0.190.4100.03
HSL271.76º87.93%77.25%-
HSV(B)271.76º41.13%97.25%-
XYZ51.0439.6193.76-
YUV173.77169.89146.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.67%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 248 (97.27% from 255) = 41.75%
R=33.67%
G=24.58%
B=41.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2001462480.190.4100.03271.7687.9377.25
HexC892F8132903110584d
Octal310222370235103420130115
Binary1100100010010010111110001001110100101110001000010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892F8; }

 p { color: rgb(200,146,248); }

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

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

 a { background-color: rgb(200,146,248); }

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

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

 span { border-color: rgb(200,146,248); }

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