Shades of Medium Orchid #CF36DE
Tints of Medium Orchid #CF36DE
RGB
CMYK
RGB Variations
Color information
#CF36DE (or 0xCF36DE) is known color: Medium Orchid. HEX triplet: CF, 36 and DE. RGB value is (207,54,222). Sum of RGB (Red+Green+Blue) = 207+54+222=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF36DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36DE is #30C921. Grayscale: #767676. Windows color (decimal): -3197218 or 14563023. OLE color: 14563023.
HSL color Cylindrical-coordinate representation of color #CF36DE: hue angle of 294.64º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF36DE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 54 | 222 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.13 |
| HSL | 294.64º | 0.72% | 0.54% | - |
| HSV(B) | 294.64º | 0.76% | 0.87% | - |
| XYZ | 40.24 | 21.18 | 71.07 | - |
| YUV | 118.9 | 186.19 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 222 | 0.07 | 0.76 | 0 | 0.13 | 294.64 | 0.72 | 0.54 |
| Hex | CF | 36 | DE | 7 | 4C | 0 | D | 127 | 48 | 36 |
| Octal | 317 | 66 | 336 | 7 | 114 | 0 | 15 | 447 | 110 | 66 |
| Binary | 11001111 | 110110 | 11011110 | 111 | 1001100 | 0 | 1101 | 100100111 | 1001000 | 110110 |
Color Harmonies of #CF36DE
Complementary color
Monochromatic Colors of #CF36DE
Black with #CF36DE
Text Example
Text Example
White with #CF36DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36DE; }
p { color: rgb(207,54,222); }
H1.HeaderClassName
{
color: #CF36DE;
}
.AnyTagClassName
{
color: #CF36DE;
}
</style>
background-color css
<style>
a { background-color: #CF36DE; }
a { background-color: rgb(207,54,222); }
div.DivClassName
{
background-color: #CF36DE;
}
.BgClassName
{
background-color: #CF36DE;
}
</style>
border-color css
<style>
span { border-color: #CF36DE; }
span { border-color: rgb(207,54,222); }
td.TdClassName
{
border-color: #CF36DE;
}
.TagClassName
{
border-color: #CF36DE;
}
</style>