#C18ACF

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

Shades of Wisteria #C18ACF

Tints of Wisteria #C18ACF

Color information

#C18ACF (or 0xC18ACF) is unknown color: approx Wisteria. HEX triplet: C1, 8A and CF. RGB value is (193,138,207). Sum of RGB (Red+Green+Blue) = 193+138+207=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #C18ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ACF is #3E7530. Grayscale: #A2A2A2. Windows color (decimal): -4093233 or 13601473. OLE color: 13601473.

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

Color convert

RGB193138207-
CMYK0.070.3300.19
HSL287.83º41.82%67.65%-
HSV(B)287.83º33.33%81.18%-
XYZ42.3434.0263.37-
YUV162.31153.22149.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=35.87%
G=25.65%
B=38.48%

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
Decimal1931382070.070.3300.19287.8341.8267.65
HexC18ACF7210131202a44
Octal30121231774102344052104
Binary1100000110001010110011111111000010100111001000001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18ACF; }

 p { color: rgb(193,138,207); }

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

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

 a { background-color: rgb(193,138,207); }

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

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

 span { border-color: rgb(193,138,207); }

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