#C09EF5

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

Shades of Perfume #C09EF5

Tints of Perfume #C09EF5

Color information

#C09EF5 (or 0xC09EF5) is unknown color: approx Perfume. HEX triplet: C0, 9E and F5. RGB value is (192,158,245). Sum of RGB (Red+Green+Blue) = 192+158+245=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 245 (96.09% from 255 or 41.18% from 595); Max value from RGB is 245 - color contains mainly: blue. Hex color #C09EF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EF5 is #3F610A. Grayscale: #B1B1B1. Windows color (decimal): -4153611 or 16096960. OLE color: 16096960.

HSL color Cylindrical-coordinate representation of color #C09EF5: hue angle of 263.45º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C09EF5 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192158245-
CMYK0.220.3600.04
HSL263.45º81.31%79.02%-
HSV(B)263.45º35.51%96.08%-
XYZ50.4542.2591.88-
YUV178.08165.76137.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.27%
GREEN value IS 158 (62.11% from 255) = 26.55%
BLUE value IS 245 (96.09% from 255) = 41.18%
R=32.27%
G=26.55%
B=41.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921582450.220.3600.04263.4581.3179.02
HexC09EF5162404107514f
Octal300236365264404407121117
Binary11000000100111101111010110110100100010010000011110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09EF5; }

 p { color: rgb(192,158,245); }

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

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

 a { background-color: rgb(192,158,245); }

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

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

 span { border-color: rgb(192,158,245); }

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