#C09FF2

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

Shades of Perfume #C09FF2

Tints of Perfume #C09FF2

Color information

#C09FF2 (or 0xC09FF2) is unknown color: approx Perfume. HEX triplet: C0, 9F and F2. RGB value is (192,159,242). Sum of RGB (Red+Green+Blue) = 192+159+242=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #C09FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09FF2 is #3F600D. Grayscale: #B2B2B2. Windows color (decimal): -4153358 or 15900608. OLE color: 15900608.

HSL color Cylindrical-coordinate representation of color #C09FF2: hue angle of 263.86º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09FF2 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192159242-
CMYK0.210.3400.05
HSL263.86º76.15%78.63%-
HSV(B)263.86º34.3%94.9%-
XYZ50.1642.4189.55-
YUV178.33163.93137.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.38%
GREEN value IS 159 (62.5% from 255) = 26.81%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=32.38%
G=26.81%
B=40.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921592420.210.3400.05263.8676.1578.63
HexC09FF21522051084c4f
Octal300237362254205410114117
Binary11000000100111111111001010101100010010110000100010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FF2; }

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

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

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

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

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

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

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

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