#C096FE

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

Shades of Perfume #C096FE

Tints of Perfume #C096FE

Color information

#C096FE (or 0xC096FE) is unknown color: approx Perfume. HEX triplet: C0, 96 and FE. RGB value is (192,150,254). Sum of RGB (Red+Green+Blue) = 192+150+254=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #C096FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096FE is #3F6901. Grayscale: #AEAEAE. Windows color (decimal): -4155650 or 16684736. OLE color: 16684736.

HSL color Cylindrical-coordinate representation of color #C096FE: hue angle of 264.23º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C096FE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192150254-
CMYK0.240.4100.00
HSL264.23º98.11%79.22%-
HSV(B)264.23º40.94%99.61%-
XYZ50.5340.1798.86-
YUV174.41172.91140.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.21%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=32.21%
G=25.17%
B=42.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921502540.240.4100.00264.2398.1179.22
HexC096FE182900108624f
Octal300226376305100410142117
Binary110000001001011011111110110001010010010000100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096FE; }

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

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

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

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

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

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

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

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