#C089CF

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

Shades of Wisteria #C089CF

Tints of Wisteria #C089CF

Color information

#C089CF (or 0xC089CF) is unknown color: approx Wisteria. HEX triplet: C0, 89 and CF. RGB value is (192,137,207). Sum of RGB (Red+Green+Blue) = 192+137+207=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #C089CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089CF is #3F7630. Grayscale: #A1A1A1. Windows color (decimal): -4159025 or 13601216. OLE color: 13601216.

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

Color convert

RGB192137207-
CMYK0.070.3400.19
HSL287.14º42.17%67.45%-
HSV(B)287.14º33.82%81.18%-
XYZ41.9533.663.31-
YUV161.43153.72149.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 137 (53.91% from 255) = 25.56%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=35.82%
G=25.56%
B=38.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921372070.070.3400.19287.1442.1767.45
HexC089CF72201311f2a43
Octal30021131774202343752103
Binary1100000010001001110011111111000100100111000111111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C089CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C089CF; }

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

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

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

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

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

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

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

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