Shades of Perfume #C09BFD
Tints of Perfume #C09BFD
RGB
CMYK
RGB Variations
Color information
#C09BFD (or 0xC09BFD) is known color: Perfume. HEX triplet: C0, 9B and FD. RGB value is (192,155,253). Sum of RGB (Red+Green+Blue) = 192+155+253=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #C09BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BFD is #3F6402. Grayscale: #B0B0B0. Windows color (decimal): -4154371 or 16620480. OLE color: 16620480.
HSL color Cylindrical-coordinate representation of color #C09BFD: hue angle of 262.65º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C09BFD is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 155 | 253 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.01 |
| HSL | 262.65º | 0.96% | 0.8% | - |
| HSV(B) | 262.65º | 0.39% | 0.99% | - |
| XYZ | 51.19 | 41.74 | 98.29 | - |
| YUV | 177.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 253 | 0.24 | 0.39 | 0 | 0.01 | 262.65 | 0.96 | 0.8 |
| Hex | C0 | 9B | FD | 18 | 27 | 0 | 1 | 107 | 60 | 50 |
| Octal | 300 | 233 | 375 | 30 | 47 | 0 | 1 | 407 | 140 | 120 |
| Binary | 11000000 | 10011011 | 11111101 | 11000 | 100111 | 0 | 1 | 100000111 | 1100000 | 1010000 |
Color Harmonies of #C09BFD
Complementary color
Monochromatic Colors of #C09BFD
Black with #C09BFD
Text Example
Text Example
White with #C09BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BFD; }
p { color: rgb(192,155,253); }
H1.HeaderClassName
{
color: #C09BFD;
}
.AnyTagClassName
{
color: #C09BFD;
}
</style>
background-color css
<style>
a { background-color: #C09BFD; }
a { background-color: rgb(192,155,253); }
div.DivClassName
{
background-color: #C09BFD;
}
.BgClassName
{
background-color: #C09BFD;
}
</style>
border-color css
<style>
span { border-color: #C09BFD; }
span { border-color: rgb(192,155,253); }
td.TdClassName
{
border-color: #C09BFD;
}
.TagClassName
{
border-color: #C09BFD;
}
</style>