#C095FE

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

Shades of Perfume #C095FE

Tints of Perfume #C095FE

Color information

#C095FE (or 0xC095FE) is unknown color: approx Perfume. HEX triplet: C0, 95 and FE. RGB value is (192,149,254). Sum of RGB (Red+Green+Blue) = 192+149+254=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #C095FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095FE is #3F6A01. Grayscale: #ADADAD. Windows color (decimal): -4155906 or 16684480. OLE color: 16684480.

HSL color Cylindrical-coordinate representation of color #C095FE: hue angle of 264.57º 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 #C095FE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192149254-
CMYK0.240.4100.00
HSL264.57º98.13%79.02%-
HSV(B)264.57º41.34%99.61%-
XYZ50.3839.8698.8-
YUV173.83173.25140.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.27%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=32.27%
G=25.04%
B=42.69%

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
Decimal1921492540.240.4100.00264.5798.1379.02
HexC095FE182900109624f
Octal300225376305100411142117
Binary110000001001010111111110110001010010010000100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095FE; }

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

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

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

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

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

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

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

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