#C09FFC

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

Shades of Perfume #C09FFC

Tints of Perfume #C09FFC

Color information

#C09FFC (or 0xC09FFC) is unknown color: approx Perfume. HEX triplet: C0, 9F and FC. RGB value is (192,159,252). Sum of RGB (Red+Green+Blue) = 192+159+252=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #C09FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FFC is #3F6003. Grayscale: #B3B3B3. Windows color (decimal): -4153348 or 16555968. OLE color: 16555968.

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

Color convert

RGB192159252-
CMYK0.240.3700.01
HSL261.29º93.94%80.59%-
HSV(B)261.29º36.9%98.82%-
XYZ51.7143.0397.68-
YUV179.47168.93136.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.84%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=31.84%
G=26.37%
B=41.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921592520.240.3700.01261.2993.9480.59
HexC09FFC1825011055e51
Octal300237374304501405136121
Binary110000001001111111111100110001001010110000010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FFC; }

 p { color: rgb(192,159,252); }

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

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

 a { background-color: rgb(192,159,252); }

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

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

 span { border-color: rgb(192,159,252); }

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