#C19BFA

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

Shades of Perfume #C19BFA

Tints of Perfume #C19BFA

Color information

#C19BFA (or 0xC19BFA) is unknown color: approx Perfume. HEX triplet: C1, 9B and FA. RGB value is (193,155,250). Sum of RGB (Red+Green+Blue) = 193+155+250=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #C19BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C19BFA is #3E6405. Grayscale: #B0B0B0. Windows color (decimal): -4088838 or 16423873. OLE color: 16423873.

HSL color Cylindrical-coordinate representation of color #C19BFA: hue angle of 264º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C19BFA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193155250-
CMYK0.230.3800.02
HSL264º90.48%79.41%-
HSV(B)264º38%98.04%-
XYZ50.9741.6895.8-
YUV177.19169.09139.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=32.27%
G=25.92%
B=41.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931552500.230.3800.0226490.4879.41
HexC19BFA1726021085a4f
Octal301233372274602410132117
Binary1100000110011011111110101011110011001010000100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19BFA; }

 p { color: rgb(193,155,250); }

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

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

 a { background-color: rgb(193,155,250); }

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

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

 span { border-color: rgb(193,155,250); }

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