#C09FDF

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

Shades of Perfume #C09FDF

Tints of Perfume #C09FDF

Color information

#C09FDF (or 0xC09FDF) is unknown color: approx Perfume. HEX triplet: C0, 9F and DF. RGB value is (192,159,223). Sum of RGB (Red+Green+Blue) = 192+159+223=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #C09FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FDF is #3F6020. Grayscale: #AFAFAF. Windows color (decimal): -4153377 or 14655424. OLE color: 14655424.

HSL color Cylindrical-coordinate representation of color #C09FDF: hue angle of 270.94º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09FDF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192159223-
CMYK0.140.2900.13
HSL270.94º50%74.9%-
HSV(B)270.94º28.7%87.45%-
XYZ47.4641.3375.29-
YUV176.16154.43139.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 159 (62.5% from 255) = 27.70%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=33.45%
G=27.70%
B=38.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921592230.140.2900.13270.945074.9
HexC09FDFE1D0D10f324b
Octal300237337163501541762113
Binary110000001001111111011111111011101011011000011111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FDF; }

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

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

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

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

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

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

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

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