Shades of Medium Orchid #CF3CF4
Tints of Medium Orchid #CF3CF4
RGB
CMYK
RGB Variations
Color information
#CF3CF4 (or 0xCF3CF4) is known color: Medium Orchid. HEX triplet: CF, 3C and F4. RGB value is (207,60,244). Sum of RGB (Red+Green+Blue) = 207+60+244=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #CF3CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3CF4 is #30C30B. Grayscale: #7C7C7C. Windows color (decimal): -3195660 or 16006351. OLE color: 16006351.
HSL color Cylindrical-coordinate representation of color #CF3CF4: hue angle of 287.93º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3CF4 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 60 | 244 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.04 |
| HSL | 287.93º | 0.89% | 0.6% | - |
| HSV(B) | 287.93º | 0.75% | 0.96% | - |
| XYZ | 43.68 | 23.03 | 87.73 | - |
| YUV | 124.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 244 | 0.15 | 0.75 | 0 | 0.04 | 287.93 | 0.89 | 0.6 |
| Hex | CF | 3C | F4 | F | 4B | 0 | 4 | 120 | 59 | 3C |
| Octal | 317 | 74 | 364 | 17 | 113 | 0 | 4 | 440 | 131 | 74 |
| Binary | 11001111 | 111100 | 11110100 | 1111 | 1001011 | 0 | 100 | 100100000 | 1011001 | 111100 |
Color Harmonies of #CF3CF4
Complementary color
Monochromatic Colors of #CF3CF4
Black with #CF3CF4
Text Example
Text Example
White with #CF3CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CF4; }
p { color: rgb(207,60,244); }
H1.HeaderClassName
{
color: #CF3CF4;
}
.AnyTagClassName
{
color: #CF3CF4;
}
</style>
background-color css
<style>
a { background-color: #CF3CF4; }
a { background-color: rgb(207,60,244); }
div.DivClassName
{
background-color: #CF3CF4;
}
.BgClassName
{
background-color: #CF3CF4;
}
</style>
border-color css
<style>
span { border-color: #CF3CF4; }
span { border-color: rgb(207,60,244); }
td.TdClassName
{
border-color: #CF3CF4;
}
.TagClassName
{
border-color: #CF3CF4;
}
</style>