#C096ED

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

Shades of Perfume #C096ED

Tints of Perfume #C096ED

Color information

#C096ED (or 0xC096ED) is unknown color: approx Perfume. HEX triplet: C0, 96 and ED. RGB value is (192,150,237). Sum of RGB (Red+Green+Blue) = 192+150+237=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #C096ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096ED is #3F6912. Grayscale: #ACACAC. Windows color (decimal): -4155667 or 15570624. OLE color: 15570624.

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

Color convert

RGB192150237-
CMYK0.190.3700.07
HSL268.97º70.73%75.88%-
HSV(B)268.97º36.71%92.94%-
XYZ47.9339.1385.15-
YUV172.48164.41141.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 150 (58.98% from 255) = 25.91%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=33.16%
G=25.91%
B=40.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921502370.190.3700.07268.9770.7375.88
HexC096ED13250710d474c
Octal300226355234507415107114
Binary11000000100101101110110110011100101011110000110110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096ED; }

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

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

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

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

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

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

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

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