#C089CE

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

Shades of Wisteria #C089CE

Tints of Wisteria #C089CE

Color information

#C089CE (or 0xC089CE) is unknown color: approx Wisteria. HEX triplet: C0, 89 and CE. RGB value is (192,137,206). Sum of RGB (Red+Green+Blue) = 192+137+206=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #C089CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089CE is #3F7631. Grayscale: #A1A1A1. Windows color (decimal): -4159026 or 13535680. OLE color: 13535680.

HSL color Cylindrical-coordinate representation of color #C089CE: hue angle of 287.83º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C089CE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192137206-
CMYK0.070.3300.19
HSL287.83º41.32%67.25%-
HSV(B)287.83º33.5%80.78%-
XYZ41.8233.5562.66-
YUV161.31153.22149.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 137 (53.91% from 255) = 25.61%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=35.89%
G=25.61%
B=38.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921372060.070.3300.19287.8341.3267.25
HexC089CE7210131202943
Octal30021131674102344051103
Binary1100000010001001110011101111000010100111001000001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C089CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C089CE; }

 p { color: rgb(192,137,206); }

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

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

 a { background-color: rgb(192,137,206); }

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

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

 span { border-color: rgb(192,137,206); }

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