#C18BFC

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

Shades of Wisteria #C18BFC

Tints of Wisteria #C18BFC

Color information

#C18BFC (or 0xC18BFC) is unknown color: approx Wisteria. HEX triplet: C1, 8B and FC. RGB value is (193,139,252). Sum of RGB (Red+Green+Blue) = 193+139+252=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #C18BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C18BFC is #3E7403. Grayscale: #A7A7A7. Windows color (decimal): -4092932 or 16550849. OLE color: 16550849.

HSL color Cylindrical-coordinate representation of color #C18BFC: hue angle of 268.67º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C18BFC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193139252-
CMYK0.230.4500.01
HSL268.67º94.96%76.67%-
HSV(B)268.67º44.84%98.82%-
XYZ48.836.8396.63-
YUV168.03175.39145.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 139 (54.69% from 255) = 23.80%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=33.05%
G=23.80%
B=43.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931392520.230.4500.01268.6794.9676.67
HexC18BFC172D0110d5f4d
Octal301213374275501415137115
Binary110000011000101111111100101111011010110000110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BFC; }

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

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

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

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

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

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

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

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