Shades of Medium Orchid #CF35E8
Tints of Medium Orchid #CF35E8
RGB
CMYK
RGB Variations
Color information
#CF35E8 (or 0xCF35E8) is known color: Medium Orchid. HEX triplet: CF, 35 and E8. RGB value is (207,53,232). Sum of RGB (Red+Green+Blue) = 207+53+232=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF35E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF35E8 is #30CA17. Grayscale: #767676. Windows color (decimal): -3197464 or 15218127. OLE color: 15218127.
HSL color Cylindrical-coordinate representation of color #CF35E8: hue angle of 291.62º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF35E8 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 53 | 232 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.09 |
| HSL | 291.62º | 0.8% | 0.56% | - |
| HSV(B) | 291.62º | 0.77% | 0.91% | - |
| XYZ | 41.57 | 21.64 | 78.33 | - |
| YUV | 119.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 232 | 0.11 | 0.77 | 0 | 0.09 | 291.62 | 0.8 | 0.56 |
| Hex | CF | 35 | E8 | B | 4D | 0 | 9 | 124 | 50 | 38 |
| Octal | 317 | 65 | 350 | 13 | 115 | 0 | 11 | 444 | 120 | 70 |
| Binary | 11001111 | 110101 | 11101000 | 1011 | 1001101 | 0 | 1001 | 100100100 | 1010000 | 111000 |
Color Harmonies of #CF35E8
Complementary color
Monochromatic Colors of #CF35E8
Black with #CF35E8
Text Example
Text Example
White with #CF35E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35E8; }
p { color: rgb(207,53,232); }
H1.HeaderClassName
{
color: #CF35E8;
}
.AnyTagClassName
{
color: #CF35E8;
}
</style>
background-color css
<style>
a { background-color: #CF35E8; }
a { background-color: rgb(207,53,232); }
div.DivClassName
{
background-color: #CF35E8;
}
.BgClassName
{
background-color: #CF35E8;
}
</style>
border-color css
<style>
span { border-color: #CF35E8; }
span { border-color: rgb(207,53,232); }
td.TdClassName
{
border-color: #CF35E8;
}
.TagClassName
{
border-color: #CF35E8;
}
</style>