#C09FD9

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

Shades of Perfume #C09FD9

Tints of Perfume #C09FD9

Color information

#C09FD9 (or 0xC09FD9) is unknown color: approx Perfume. HEX triplet: C0, 9F and D9. RGB value is (192,159,217). Sum of RGB (Red+Green+Blue) = 192+159+217=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #C09FD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FD9 is #3F6026. Grayscale: #AFAFAF. Windows color (decimal): -4153383 or 14262208. OLE color: 14262208.

HSL color Cylindrical-coordinate representation of color #C09FD9: hue angle of 274.14º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C09FD9 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192159217-
CMYK0.120.2700.15
HSL274.14º43.28%73.73%-
HSV(B)274.14º26.73%85.1%-
XYZ46.6641.0171.1-
YUV175.48151.43139.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=33.80%
G=27.99%
B=38.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921592170.120.2700.15274.1443.2873.73
HexC09FD9C1B0F1122b4a
Octal300237331143301742253112
Binary110000001001111111011001110011011011111000100101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FD9; }

 p { color: rgb(192,159,217); }

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

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

 a { background-color: rgb(192,159,217); }

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

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

 span { border-color: rgb(192,159,217); }

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