#C09DFA

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

Shades of Perfume #C09DFA

Tints of Perfume #C09DFA

Color information

#C09DFA (or 0xC09DFA) is unknown color: approx Perfume. HEX triplet: C0, 9D and FA. RGB value is (192,157,250). Sum of RGB (Red+Green+Blue) = 192+157+250=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 157 (61.72% from 255 or 26.21% 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 #C09DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DFA is #3F6205. Grayscale: #B1B1B1. Windows color (decimal): -4153862 or 16424384. OLE color: 16424384.

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

Color convert

RGB192157250-
CMYK0.230.3700.02
HSL262.58º90.29%79.8%-
HSV(B)262.58º37.2%98.04%-
XYZ51.0542.2295.9-
YUV178.07168.6137.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.05%
GREEN value IS 157 (61.72% from 255) = 26.21%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=32.05%
G=26.21%
B=41.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921572500.230.3700.02262.5890.2979.8
HexC09DFA1725021075a50
Octal300235372274502407132120
Binary1100000010011101111110101011110010101010000011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DFA; }

 p { color: rgb(192,157,250); }

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

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

 a { background-color: rgb(192,157,250); }

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

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

 span { border-color: rgb(192,157,250); }

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