#C09BDE

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

Shades of Perfume #C09BDE

Tints of Perfume #C09BDE

Color information

#C09BDE (or 0xC09BDE) is unknown color: approx Perfume. HEX triplet: C0, 9B and DE. RGB value is (192,155,222). Sum of RGB (Red+Green+Blue) = 192+155+222=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #C09BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BDE is #3F6421. Grayscale: #ADADAD. Windows color (decimal): -4154402 or 14588864. OLE color: 14588864.

HSL color Cylindrical-coordinate representation of color #C09BDE: hue angle of 273.13º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09BDE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192155222-
CMYK0.140.3000.13
HSL273.13º50.38%73.92%-
HSV(B)273.13º30.18%87.06%-
XYZ46.6439.9274.35-
YUV173.7155.26141.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 155 (60.94% from 255) = 27.24%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=33.74%
G=27.24%
B=39.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921552220.140.3000.13273.1350.3873.92
HexC09BDEE1E0D111324a
Octal300233336163601542162112
Binary110000001001101111011110111011110011011000100011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BDE; }

 p { color: rgb(192,155,222); }

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

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

 a { background-color: rgb(192,155,222); }

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

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

 span { border-color: rgb(192,155,222); }

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