#C09DE0

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

Shades of Perfume #C09DE0

Tints of Perfume #C09DE0

Color information

#C09DE0 (or 0xC09DE0) is unknown color: approx Perfume. HEX triplet: C0, 9D and E0. RGB value is (192,157,224). Sum of RGB (Red+Green+Blue) = 192+157+224=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #C09DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DE0 is #3F621F. Grayscale: #AEAEAE. Windows color (decimal): -4153888 or 14720448. OLE color: 14720448.

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

Color convert

RGB192157224-
CMYK0.140.3000.12
HSL271.34º51.94%74.71%-
HSV(B)271.34º29.91%87.84%-
XYZ47.2540.775.89-
YUV175.1155.6140.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=33.51%
G=27.40%
B=39.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921572240.140.3000.12271.3451.9474.71
HexC09DE0E1E0C10f344b
Octal300235340163601441764113
Binary110000001001110111100000111011110011001000011111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DE0; }

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

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

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

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

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

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

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

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