#C095F9

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

Shades of Perfume #C095F9

Tints of Perfume #C095F9

Color information

#C095F9 (or 0xC095F9) is unknown color: approx Perfume. HEX triplet: C0, 95 and F9. RGB value is (192,149,249). Sum of RGB (Red+Green+Blue) = 192+149+249=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #C095F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095F9 is #3F6A06. Grayscale: #ACACAC. Windows color (decimal): -4155911 or 16356800. OLE color: 16356800.

HSL color Cylindrical-coordinate representation of color #C095F9: hue angle of 265.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C095F9 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192149249-
CMYK0.230.4000.02
HSL265.8º89.29%78.04%-
HSV(B)265.8º40.16%97.65%-
XYZ49.5839.5494.64-
YUV173.26170.75141.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.54%
GREEN value IS 149 (58.59% from 255) = 25.25%
BLUE value IS 249 (97.66% from 255) = 42.20%
R=32.54%
G=25.25%
B=42.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921492490.230.4000.02265.889.2978.04
HexC095F917280210a594e
Octal300225371275002412131116
Binary1100000010010101111110011011110100001010000101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095F9; }

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

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

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

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

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

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

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

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