#C09DDB

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

Shades of Perfume #C09DDB

Tints of Perfume #C09DDB

Color information

#C09DDB (or 0xC09DDB) is unknown color: approx Perfume. HEX triplet: C0, 9D and DB. RGB value is (192,157,219). Sum of RGB (Red+Green+Blue) = 192+157+219=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #C09DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DDB is #3F6224. Grayscale: #AEAEAE. Windows color (decimal): -4153893 or 14392768. OLE color: 14392768.

HSL color Cylindrical-coordinate representation of color #C09DDB: hue angle of 273.87º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C09DDB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192157219-
CMYK0.120.2800.14
HSL273.87º46.27%73.73%-
HSV(B)273.87º28.31%85.88%-
XYZ46.5840.4372.37-
YUV174.53153.1140.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=33.80%
G=27.64%
B=38.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921572190.120.2800.14273.8746.2773.73
HexC09DDBC1C0E1122e4a
Octal300235333143401642256112
Binary110000001001110111011011110011100011101000100101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DDB; }

 p { color: rgb(192,157,219); }

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

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

 a { background-color: rgb(192,157,219); }

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

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

 span { border-color: rgb(192,157,219); }

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