#C18FCE

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

Shades of Wisteria #C18FCE

Tints of Wisteria #C18FCE

Color information

#C18FCE (or 0xC18FCE) is unknown color: approx Wisteria. HEX triplet: C1, 8F and CE. RGB value is (193,143,206). Sum of RGB (Red+Green+Blue) = 193+143+206=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #C18FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FCE is #3E7031. Grayscale: #A4A4A4. Windows color (decimal): -4091954 or 13537217. OLE color: 13537217.

HSL color Cylindrical-coordinate representation of color #C18FCE: hue angle of 287.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18FCE is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193143206-
CMYK0.060.3100.19
HSL287.62º39.13%68.43%-
HSV(B)287.62º30.58%80.78%-
XYZ42.9635.4462.97-
YUV165.13151.06147.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.61%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=35.61%
G=26.38%
B=38.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931432060.060.3100.19287.6239.1368.43
HexC18FCE61F0131202744
Octal30121731663702344047104
Binary110000011000111111001110110111110100111001000001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FCE; }

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

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

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

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

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

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

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

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