#C09DFD

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

Shades of Perfume #C09DFD

Tints of Perfume #C09DFD

Color information

#C09DFD (or 0xC09DFD) is unknown color: approx Perfume. HEX triplet: C0, 9D and FD. RGB value is (192,157,253). Sum of RGB (Red+Green+Blue) = 192+157+253=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #C09DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09DFD is #3F6202. Grayscale: #B2B2B2. Windows color (decimal): -4153859 or 16620992. OLE color: 16620992.

HSL color Cylindrical-coordinate representation of color #C09DFD: hue angle of 261.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09DFD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192157253-
CMYK0.240.3800.01
HSL261.88º96%80.39%-
HSV(B)261.88º37.94%99.22%-
XYZ51.5242.4198.4-
YUV178.41170.1137.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.89%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=31.89%
G=26.08%
B=42.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921572530.240.3800.01261.889680.39
HexC09DFD1826011066050
Octal300235375304601406140120
Binary110000001001110111111101110001001100110000011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09DFD; }

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

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

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

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

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

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

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

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