#C094ED

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

Shades of Perfume #C094ED

Tints of Perfume #C094ED

Color information

#C094ED (or 0xC094ED) is unknown color: approx Perfume. HEX triplet: C0, 94 and ED. RGB value is (192,148,237). Sum of RGB (Red+Green+Blue) = 192+148+237=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C094ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094ED is #3F6B12. Grayscale: #AAAAAA. Windows color (decimal): -4156179 or 15570112. OLE color: 15570112.

HSL color Cylindrical-coordinate representation of color #C094ED: hue angle of 269.66º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C094ED is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192148237-
CMYK0.190.3800.07
HSL269.66º71.2%75.49%-
HSV(B)269.66º37.55%92.94%-
XYZ47.6138.585.04-
YUV171.3165.08142.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 148 (58.20% from 255) = 25.65%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=33.28%
G=25.65%
B=41.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921482370.190.3800.07269.6671.275.49
HexC094ED13260710e474b
Octal300224355234607416107113
Binary11000000100101001110110110011100110011110000111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094ED; }

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

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

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

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

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

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

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

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