#C095FD

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

Shades of Perfume #C095FD

Tints of Perfume #C095FD

Color information

#C095FD (or 0xC095FD) is unknown color: approx Perfume. HEX triplet: C0, 95 and FD. RGB value is (192,149,253). Sum of RGB (Red+Green+Blue) = 192+149+253=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #C095FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095FD is #3F6A02. Grayscale: #ADADAD. Windows color (decimal): -4155907 or 16618944. OLE color: 16618944.

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

Color convert

RGB192149253-
CMYK0.240.4100.01
HSL264.81º96.3%78.82%-
HSV(B)264.81º41.11%99.22%-
XYZ50.2239.7997.96-
YUV173.71172.75141.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.32%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=32.32%
G=25.08%
B=42.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921492530.240.4100.01264.8196.378.82
HexC095FD182901109604f
Octal300225375305101411140117
Binary110000001001010111111101110001010010110000100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095FD; }

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

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

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

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

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

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

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

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