#C39AFA

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

Shades of Perfume #C39AFA

Tints of Perfume #C39AFA

Color information

#C39AFA (or 0xC39AFA) is unknown color: approx Perfume. HEX triplet: C3, 9A and FA. RGB value is (195,154,250). Sum of RGB (Red+Green+Blue) = 195+154+250=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #C39AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C39AFA is #3C6505. Grayscale: #B0B0B0. Windows color (decimal): -3958022 or 16423619. OLE color: 16423619.

HSL color Cylindrical-coordinate representation of color #C39AFA: hue angle of 265.62º degrees, saturation: 0.91, 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 #C39AFA is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195154250-
CMYK0.220.3800.02
HSL265.62º90.57%79.22%-
HSV(B)265.62º38.4%98.04%-
XYZ51.3241.6295.77-
YUV177.2169.08140.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.55%
GREEN value IS 154 (60.55% from 255) = 25.71%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=32.55%
G=25.71%
B=41.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951542500.220.3800.02265.6290.5779.22
HexC39AFA16260210a5b4f
Octal303232372264602412133117
Binary1100001110011010111110101011010011001010000101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39AFA; }

 p { color: rgb(195,154,250); }

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

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

 a { background-color: rgb(195,154,250); }

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

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

 span { border-color: rgb(195,154,250); }

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