Shades of Perfume #C09BEE
Tints of Perfume #C09BEE
RGB
CMYK
RGB Variations
Color information
#C09BEE (or 0xC09BEE) is known color: Perfume. HEX triplet: C0, 9B and EE. RGB value is (192,155,238). Sum of RGB (Red+Green+Blue) = 192+155+238=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #C09BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BEE is #3F6411. Grayscale: #AFAFAF. Windows color (decimal): -4154386 or 15637440. OLE color: 15637440.
HSL color Cylindrical-coordinate representation of color #C09BEE: hue angle of 266.75º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C09BEE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 155 | 238 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.07 |
| HSL | 266.75º | 0.71% | 0.77% | - |
| HSV(B) | 266.75º | 0.35% | 0.93% | - |
| XYZ | 48.89 | 40.82 | 86.19 | - |
| YUV | 175.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 238 | 0.19 | 0.35 | 0 | 0.07 | 266.75 | 0.71 | 0.77 |
| Hex | C0 | 9B | EE | 13 | 23 | 0 | 7 | 10B | 47 | 4D |
| Octal | 300 | 233 | 356 | 23 | 43 | 0 | 7 | 413 | 107 | 115 |
| Binary | 11000000 | 10011011 | 11101110 | 10011 | 100011 | 0 | 111 | 100001011 | 1000111 | 1001101 |
Color Harmonies of #C09BEE
Complementary color
Monochromatic Colors of #C09BEE
Black with #C09BEE
Text Example
Text Example
White with #C09BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BEE; }
p { color: rgb(192,155,238); }
H1.HeaderClassName
{
color: #C09BEE;
}
.AnyTagClassName
{
color: #C09BEE;
}
</style>
background-color css
<style>
a { background-color: #C09BEE; }
a { background-color: rgb(192,155,238); }
div.DivClassName
{
background-color: #C09BEE;
}
.BgClassName
{
background-color: #C09BEE;
}
</style>
border-color css
<style>
span { border-color: #C09BEE; }
span { border-color: rgb(192,155,238); }
td.TdClassName
{
border-color: #C09BEE;
}
.TagClassName
{
border-color: #C09BEE;
}
</style>