#C094EF

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

Shades of Perfume #C094EF

Tints of Perfume #C094EF

Color information

#C094EF (or 0xC094EF) is unknown color: approx Perfume. HEX triplet: C0, 94 and EF. RGB value is (192,148,239). Sum of RGB (Red+Green+Blue) = 192+148+239=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #C094EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094EF is #3F6B10. Grayscale: #ABABAB. Windows color (decimal): -4156177 or 15701184. OLE color: 15701184.

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

Color convert

RGB192148239-
CMYK0.200.3800.06
HSL269.01º73.98%75.88%-
HSV(B)269.01º38.08%93.73%-
XYZ47.9138.6286.59-
YUV171.53166.08142.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 148 (58.20% from 255) = 25.56%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=33.16%
G=25.56%
B=41.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921482390.200.3800.06269.0173.9875.88
HexC094EF14260610d4a4c
Octal300224357244606415112114
Binary11000000100101001110111110100100110011010000110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094EF; }

 p { color: rgb(192,148,239); }

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

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

 a { background-color: rgb(192,148,239); }

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

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

 span { border-color: rgb(192,148,239); }

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