Shades of Perfume #C08FFD
Tints of Perfume #C08FFD
RGB
CMYK
RGB Variations
Color information
#C08FFD (or 0xC08FFD) is known color: Perfume. HEX triplet: C0, 8F and FD. RGB value is (192,143,253). Sum of RGB (Red+Green+Blue) = 192+143+253=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #C08FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FFD is #3F7002. Grayscale: #A9A9A9. Windows color (decimal): -4157443 or 16617408. OLE color: 16617408.
HSL color Cylindrical-coordinate representation of color #C08FFD: hue angle of 266.73º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C08FFD is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 143 | 253 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.01 |
| HSL | 266.73º | 0.96% | 0.78% | - |
| HSV(B) | 266.73º | 0.43% | 0.99% | - |
| XYZ | 49.29 | 37.94 | 97.65 | - |
| YUV | 170.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 253 | 0.24 | 0.43 | 0 | 0.01 | 266.73 | 0.96 | 0.78 |
| Hex | C0 | 8F | FD | 18 | 2B | 0 | 1 | 10B | 60 | 4E |
| Octal | 300 | 217 | 375 | 30 | 53 | 0 | 1 | 413 | 140 | 116 |
| Binary | 11000000 | 10001111 | 11111101 | 11000 | 101011 | 0 | 1 | 100001011 | 1100000 | 1001110 |
Color Harmonies of #C08FFD
Complementary color
Monochromatic Colors of #C08FFD
Black with #C08FFD
Text Example
Text Example
White with #C08FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FFD; }
p { color: rgb(192,143,253); }
H1.HeaderClassName
{
color: #C08FFD;
}
.AnyTagClassName
{
color: #C08FFD;
}
</style>
background-color css
<style>
a { background-color: #C08FFD; }
a { background-color: rgb(192,143,253); }
div.DivClassName
{
background-color: #C08FFD;
}
.BgClassName
{
background-color: #C08FFD;
}
</style>
border-color css
<style>
span { border-color: #C08FFD; }
span { border-color: rgb(192,143,253); }
td.TdClassName
{
border-color: #C08FFD;
}
.TagClassName
{
border-color: #C08FFD;
}
</style>