#C09EF0

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

Shades of Perfume #C09EF0

Tints of Perfume #C09EF0

Color information

#C09EF0 (or 0xC09EF0) is unknown color: approx Perfume. HEX triplet: C0, 9E and F0. RGB value is (192,158,240). Sum of RGB (Red+Green+Blue) = 192+158+240=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #C09EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EF0 is #3F610F. Grayscale: #B1B1B1. Windows color (decimal): -4153616 or 15769280. OLE color: 15769280.

HSL color Cylindrical-coordinate representation of color #C09EF0: hue angle of 264.88º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09EF0 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192158240-
CMYK0.200.3400.06
HSL264.88º73.21%78.04%-
HSV(B)264.88º34.17%94.12%-
XYZ49.6941.9587.92-
YUV177.51163.26138.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.54%
GREEN value IS 158 (62.11% from 255) = 26.78%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=32.54%
G=26.78%
B=40.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921582400.200.3400.06264.8873.2178.04
HexC09EF0142206109494e
Octal300236360244206411111116
Binary11000000100111101111000010100100010011010000100110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09EF0; }

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

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

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

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

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

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

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

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