Shades of Medium Orchid #CF4BF5
Tints of Medium Orchid #CF4BF5
RGB
CMYK
RGB Variations
Color information
#CF4BF5 (or 0xCF4BF5) is known color: Medium Orchid. HEX triplet: CF, 4B and F5. RGB value is (207,75,245). Sum of RGB (Red+Green+Blue) = 207+75+245=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 75 (29.69% from 255 or 14.23% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF4BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4BF5 is #30B40A. Grayscale: #858585. Windows color (decimal): -3191819 or 16075727. OLE color: 16075727.
HSL color Cylindrical-coordinate representation of color #CF4BF5: hue angle of 286.59º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4BF5 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 75 | 245 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.04 |
| HSL | 286.59º | 0.89% | 0.63% | - |
| HSV(B) | 286.59º | 0.69% | 0.96% | - |
| XYZ | 44.73 | 24.89 | 88.83 | - |
| YUV | 133.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 245 | 0.16 | 0.69 | 0 | 0.04 | 286.59 | 0.89 | 0.63 |
| Hex | CF | 4B | F5 | 10 | 45 | 0 | 4 | 11F | 59 | 3F |
| Octal | 317 | 113 | 365 | 20 | 105 | 0 | 4 | 437 | 131 | 77 |
| Binary | 11001111 | 1001011 | 11110101 | 10000 | 1000101 | 0 | 100 | 100011111 | 1011001 | 111111 |
Color Harmonies of #CF4BF5
Complementary color
Monochromatic Colors of #CF4BF5
Black with #CF4BF5
Text Example
Text Example
White with #CF4BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BF5; }
p { color: rgb(207,75,245); }
H1.HeaderClassName
{
color: #CF4BF5;
}
.AnyTagClassName
{
color: #CF4BF5;
}
</style>
background-color css
<style>
a { background-color: #CF4BF5; }
a { background-color: rgb(207,75,245); }
div.DivClassName
{
background-color: #CF4BF5;
}
.BgClassName
{
background-color: #CF4BF5;
}
</style>
border-color css
<style>
span { border-color: #CF4BF5; }
span { border-color: rgb(207,75,245); }
td.TdClassName
{
border-color: #CF4BF5;
}
.TagClassName
{
border-color: #CF4BF5;
}
</style>