#C091FE

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

Shades of Perfume #C091FE

Tints of Perfume #C091FE

Color information

#C091FE (or 0xC091FE) is unknown color: approx Perfume. HEX triplet: C0, 91 and FE. RGB value is (192,145,254). Sum of RGB (Red+Green+Blue) = 192+145+254=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #C091FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C091FE is #3F6E01. Grayscale: #ABABAB. Windows color (decimal): -4156930 or 16683456. OLE color: 16683456.

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

Color convert

RGB192145254-
CMYK0.240.4300.00
HSL265.87º98.2%78.24%-
HSV(B)265.87º42.91%99.61%-
XYZ49.7538.6198.6-
YUV171.48174.57142.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.49%
GREEN value IS 145 (57.03% from 255) = 24.53%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=32.49%
G=24.53%
B=42.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921452540.240.4300.00265.8798.278.24
HexC091FE182B0010a624e
Octal300221376305300412142116
Binary110000001001000111111110110001010110010000101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091FE; }

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

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

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

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

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

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

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

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