#C189CE

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

Shades of Wisteria #C189CE

Tints of Wisteria #C189CE

Color information

#C189CE (or 0xC189CE) is unknown color: approx Wisteria. HEX triplet: C1, 89 and CE. RGB value is (193,137,206). Sum of RGB (Red+Green+Blue) = 193+137+206=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #C189CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189CE is #3E7631. Grayscale: #A1A1A1. Windows color (decimal): -4093490 or 13535681. OLE color: 13535681.

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

Color convert

RGB193137206-
CMYK0.060.3300.19
HSL288.7º41.32%67.25%-
HSV(B)288.7º33.5%80.78%-
XYZ42.0833.6962.68-
YUV161.61153.05150.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.01%
GREEN value IS 137 (53.91% from 255) = 25.56%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=36.01%
G=25.56%
B=38.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931372060.060.3300.19288.741.3267.25
HexC189CE6210131212943
Octal30121131664102344151103
Binary1100000110001001110011101101000010100111001000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C189CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C189CE; }

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

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

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

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

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

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

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

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