#C18FD5

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

Shades of Wisteria #C18FD5

Tints of Wisteria #C18FD5

Color information

#C18FD5 (or 0xC18FD5) is unknown color: approx Wisteria. HEX triplet: C1, 8F and D5. RGB value is (193,143,213). Sum of RGB (Red+Green+Blue) = 193+143+213=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #C18FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FD5 is #3E702A. Grayscale: #A5A5A5. Windows color (decimal): -4091947 or 13995969. OLE color: 13995969.

HSL color Cylindrical-coordinate representation of color #C18FD5: hue angle of 282.86º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C18FD5 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB193143213-
CMYK0.090.3300.16
HSL282.86º45.45%69.8%-
HSV(B)282.86º32.86%83.53%-
XYZ43.8335.7967.55-
YUV165.93154.56147.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=35.15%
G=26.05%
B=38.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931432130.090.3300.16282.8645.4569.8
HexC18FD592101011b2d46
Octal301217325114102043355106
Binary11000001100011111101010110011000010100001000110111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FD5; }

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

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

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

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

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

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

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

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