#C09FE1

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

Shades of Perfume #C09FE1

Tints of Perfume #C09FE1

Color information

#C09FE1 (or 0xC09FE1) is unknown color: approx Perfume. HEX triplet: C0, 9F and E1. RGB value is (192,159,225). Sum of RGB (Red+Green+Blue) = 192+159+225=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #C09FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FE1 is #3F601E. Grayscale: #B0B0B0. Windows color (decimal): -4153375 or 14786496. OLE color: 14786496.

HSL color Cylindrical-coordinate representation of color #C09FE1: hue angle of 270º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C09FE1 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192159225-
CMYK0.150.2900.12
HSL270º52.38%75.29%-
HSV(B)270º29.33%88.24%-
XYZ47.7341.4476.72-
YUV176.39155.43139.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.33%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=33.33%
G=27.60%
B=39.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921592250.150.2900.1227052.3875.29
HexC09FE1F1D0C10e344b
Octal300237341173501441664113
Binary110000001001111111100001111111101011001000011101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09FE1; }

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

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

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

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

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

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

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

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