#C088CE

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

Shades of Wisteria #C088CE

Tints of Wisteria #C088CE

Color information

#C088CE (or 0xC088CE) is unknown color: approx Wisteria. HEX triplet: C0, 88 and CE. RGB value is (192,136,206). Sum of RGB (Red+Green+Blue) = 192+136+206=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #C088CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088CE is #3F7731. Grayscale: #A0A0A0. Windows color (decimal): -4159282 or 13535424. OLE color: 13535424.

HSL color Cylindrical-coordinate representation of color #C088CE: hue angle of 288º 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 #C088CE is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192136206-
CMYK0.070.3400.19
HSL288º41.67%67.06%-
HSV(B)288º33.98%80.78%-
XYZ41.6833.2762.62-
YUV160.72153.55150.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 136 (53.52% from 255) = 25.47%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=35.96%
G=25.47%
B=38.58%

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
Decimal1921362060.070.3400.1928841.6767.06
HexC088CE7220131202a43
Octal30021031674202344052103
Binary1100000010001000110011101111000100100111001000001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C088CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C088CE; }

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

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

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

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

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

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

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

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