#C09EDC

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

Shades of Perfume #C09EDC

Tints of Perfume #C09EDC

Color information

#C09EDC (or 0xC09EDC) is unknown color: approx Perfume. HEX triplet: C0, 9E and DC. RGB value is (192,158,220). Sum of RGB (Red+Green+Blue) = 192+158+220=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #C09EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09EDC is #3F6123. Grayscale: #AFAFAF. Windows color (decimal): -4153636 or 14458560. OLE color: 14458560.

HSL color Cylindrical-coordinate representation of color #C09EDC: hue angle of 272.9º degrees, saturation: 0.47, 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 #C09EDC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192158220-
CMYK0.130.2800.14
HSL272.9º46.97%74.12%-
HSV(B)272.9º28.18%86.27%-
XYZ46.8840.8373.12-
YUV175.23153.26139.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=33.68%
G=27.72%
B=38.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921582200.130.2800.14272.946.9774.12
HexC09EDCD1C0E1112f4a
Octal300236334153401642157112
Binary110000001001111011011100110111100011101000100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09EDC; }

 p { color: rgb(192,158,220); }

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

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

 a { background-color: rgb(192,158,220); }

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

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

 span { border-color: rgb(192,158,220); }

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