#C18FD0

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

Shades of Wisteria #C18FD0

Tints of Wisteria #C18FD0

Color information

#C18FD0 (or 0xC18FD0) is unknown color: approx Wisteria. HEX triplet: C1, 8F and D0. RGB value is (193,143,208). Sum of RGB (Red+Green+Blue) = 193+143+208=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #C18FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FD0 is #3E702F. Grayscale: #A5A5A5. Windows color (decimal): -4091952 or 13668289. OLE color: 13668289.

HSL color Cylindrical-coordinate representation of color #C18FD0: hue angle of 286.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18FD0 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193143208-
CMYK0.070.3100.18
HSL286.15º40.88%68.82%-
HSV(B)286.15º31.25%81.57%-
XYZ43.235.5464.26-
YUV165.36152.06147.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 208 (81.64% from 255) = 38.24%
R=35.48%
G=26.29%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931432080.070.3100.18286.1540.8868.82
HexC18FD071F01211e2945
Octal30121732073702243651105
Binary110000011000111111010000111111110100101000111101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FD0; }

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

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

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

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

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

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

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

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