#C09DE1

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

Shades of Perfume #C09DE1

Tints of Perfume #C09DE1

Color information

#C09DE1 (or 0xC09DE1) is unknown color: approx Perfume. HEX triplet: C0, 9D and E1. RGB value is (192,157,225). Sum of RGB (Red+Green+Blue) = 192+157+225=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #C09DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DE1 is #3F621E. Grayscale: #AEAEAE. Windows color (decimal): -4153887 or 14785984. OLE color: 14785984.

HSL color Cylindrical-coordinate representation of color #C09DE1: hue angle of 270.88º degrees, saturation: 0.53, 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 #C09DE1 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192157225-
CMYK0.150.3000.12
HSL270.88º53.12%74.9%-
HSV(B)270.88º30.22%88.24%-
XYZ47.3940.7676.6-
YUV175.22156.1139.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 157 (61.72% from 255) = 27.35%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=33.45%
G=27.35%
B=39.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921572250.150.3000.12270.8853.1274.9
HexC09DE1F1E0C10f354b
Octal300235341173601441765113
Binary110000001001110111100001111111110011001000011111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DE1; }

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

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

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

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

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

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

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

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