Shades of Medium Orchid #CF3DF3
Tints of Medium Orchid #CF3DF3
RGB
CMYK
RGB Variations
Color information
#CF3DF3 (or 0xCF3DF3) is known color: Medium Orchid. HEX triplet: CF, 3D and F3. RGB value is (207,61,243). Sum of RGB (Red+Green+Blue) = 207+61+243=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 61 (24.22% from 255 or 11.94% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF3DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF3DF3 is #30C20C. Grayscale: #7C7C7C. Windows color (decimal): -3195405 or 15941071. OLE color: 15941071.
HSL color Cylindrical-coordinate representation of color #CF3DF3: hue angle of 288.13º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3DF3 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 61 | 243 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.05 |
| HSL | 288.13º | 0.88% | 0.6% | - |
| HSV(B) | 288.13º | 0.75% | 0.95% | - |
| XYZ | 43.58 | 23.07 | 86.95 | - |
| YUV | 125.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 243 | 0.15 | 0.75 | 0 | 0.05 | 288.13 | 0.88 | 0.6 |
| Hex | CF | 3D | F3 | F | 4B | 0 | 5 | 120 | 58 | 3C |
| Octal | 317 | 75 | 363 | 17 | 113 | 0 | 5 | 440 | 130 | 74 |
| Binary | 11001111 | 111101 | 11110011 | 1111 | 1001011 | 0 | 101 | 100100000 | 1011000 | 111100 |
Color Harmonies of #CF3DF3
Complementary color
Monochromatic Colors of #CF3DF3
Black with #CF3DF3
Text Example
Text Example
White with #CF3DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DF3; }
p { color: rgb(207,61,243); }
H1.HeaderClassName
{
color: #CF3DF3;
}
.AnyTagClassName
{
color: #CF3DF3;
}
</style>
background-color css
<style>
a { background-color: #CF3DF3; }
a { background-color: rgb(207,61,243); }
div.DivClassName
{
background-color: #CF3DF3;
}
.BgClassName
{
background-color: #CF3DF3;
}
</style>
border-color css
<style>
span { border-color: #CF3DF3; }
span { border-color: rgb(207,61,243); }
td.TdClassName
{
border-color: #CF3DF3;
}
.TagClassName
{
border-color: #CF3DF3;
}
</style>