#C892DC

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

Shades of Wisteria #C892DC

Tints of Wisteria #C892DC

Color information

#C892DC (or 0xC892DC) is unknown color: approx Wisteria. HEX triplet: C8, 92 and DC. RGB value is (200,146,220). Sum of RGB (Red+Green+Blue) = 200+146+220=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C892DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892DC is #376D23. Grayscale: #AAAAAA. Windows color (decimal): -3632420 or 14455496. OLE color: 14455496.

HSL color Cylindrical-coordinate representation of color #C892DC: hue angle of 283.78º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C892DC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200146220-
CMYK0.090.3400.14
HSL283.78º51.39%71.76%-
HSV(B)283.78º33.64%86.27%-
XYZ47.023872.57-
YUV170.58155.89148.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 146 (57.42% from 255) = 25.80%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=35.34%
G=25.80%
B=38.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001462200.090.3400.14283.7851.3971.76
HexC892DC9220E11c3348
Octal310222334114201643463110
Binary1100100010010010110111001001100010011101000111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892DC; }

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

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

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

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

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

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

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

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