#C18ADF

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

Shades of Wisteria #C18ADF

Tints of Wisteria #C18ADF

Color information

#C18ADF (or 0xC18ADF) is unknown color: approx Wisteria. HEX triplet: C1, 8A and DF. RGB value is (193,138,223). Sum of RGB (Red+Green+Blue) = 193+138+223=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #C18ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ADF is #3E7520. Grayscale: #A3A3A3. Windows color (decimal): -4093217 or 14650049. OLE color: 14650049.

HSL color Cylindrical-coordinate representation of color #C18ADF: hue angle of 278.82º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18ADF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193138223-
CMYK0.130.3800.13
HSL278.82º57.05%70.78%-
HSV(B)278.82º38.12%87.45%-
XYZ44.434.8474.2-
YUV164.14161.22148.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.84%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=34.84%
G=24.91%
B=40.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931382230.130.3800.13278.8257.0570.78
HexC18ADFD260D1173947
Octal301212337154601542771107
Binary1100000110001010110111111101100110011011000101111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18ADF; }

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

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

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

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

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

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

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

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