#C18FCF

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

Shades of Wisteria #C18FCF

Tints of Wisteria #C18FCF

Color information

#C18FCF (or 0xC18FCF) is unknown color: approx Wisteria. HEX triplet: C1, 8F and CF. RGB value is (193,143,207). Sum of RGB (Red+Green+Blue) = 193+143+207=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #C18FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FCF is #3E7030. Grayscale: #A5A5A5. Windows color (decimal): -4091953 or 13602753. OLE color: 13602753.

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

Color convert

RGB193143207-
CMYK0.070.3100.19
HSL286.88º40%68.63%-
HSV(B)286.88º30.92%81.18%-
XYZ43.0835.4963.61-
YUV165.25151.56147.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=35.54%
G=26.34%
B=38.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931432070.070.3100.19286.884068.63
HexC18FCF71F01311f2845
Octal30121731773702343750105
Binary110000011000111111001111111111110100111000111111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FCF; }

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

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

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

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

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

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

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

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