#C18BCF

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

Shades of Wisteria #C18BCF

Tints of Wisteria #C18BCF

Color information

#C18BCF (or 0xC18BCF) is unknown color: approx Wisteria. HEX triplet: C1, 8B and CF. RGB value is (193,139,207). Sum of RGB (Red+Green+Blue) = 193+139+207=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #C18BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BCF is #3E7430. Grayscale: #A2A2A2. Windows color (decimal): -4092977 or 13601729. OLE color: 13601729.

HSL color Cylindrical-coordinate representation of color #C18BCF: hue angle of 287.65º degrees, saturation: 0.41, 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 #C18BCF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193139207-
CMYK0.070.3300.19
HSL287.65º41.46%67.84%-
HSV(B)287.65º32.85%81.18%-
XYZ42.4934.3163.41-
YUV162.9152.89149.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.81%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=35.81%
G=25.79%
B=38.40%

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
Decimal1931392070.070.3300.19287.6541.4667.84
HexC18BCF7210131202944
Octal30121331774102344051104
Binary1100000110001011110011111111000010100111001000001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BCF; }

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

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

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

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

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

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

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

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