Shades of Medium Orchid #CF53F2
Tints of Medium Orchid #CF53F2
RGB
CMYK
RGB Variations
Color information
#CF53F2 (or 0xCF53F2) is known color: Medium Orchid. HEX triplet: CF, 53 and F2. RGB value is (207,83,242). Sum of RGB (Red+Green+Blue) = 207+83+242=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #CF53F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53F2 is #30AC0D. Grayscale: #898989. Windows color (decimal): -3189774 or 15881167. OLE color: 15881167.
HSL color Cylindrical-coordinate representation of color #CF53F2: hue angle of 286.79º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF53F2 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 83 | 242 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.05 |
| HSL | 286.79º | 0.86% | 0.64% | - |
| HSV(B) | 286.79º | 0.66% | 0.95% | - |
| XYZ | 44.85 | 25.86 | 86.63 | - |
| YUV | 138.2 | 186.58 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 242 | 0.14 | 0.66 | 0 | 0.05 | 286.79 | 0.86 | 0.64 |
| Hex | CF | 53 | F2 | E | 42 | 0 | 5 | 11F | 56 | 40 |
| Octal | 317 | 123 | 362 | 16 | 102 | 0 | 5 | 437 | 126 | 100 |
| Binary | 11001111 | 1010011 | 11110010 | 1110 | 1000010 | 0 | 101 | 100011111 | 1010110 | 1000000 |
Color Harmonies of #CF53F2
Complementary color
Monochromatic Colors of #CF53F2
Black with #CF53F2
Text Example
Text Example
White with #CF53F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53F2; }
p { color: rgb(207,83,242); }
H1.HeaderClassName
{
color: #CF53F2;
}
.AnyTagClassName
{
color: #CF53F2;
}
</style>
background-color css
<style>
a { background-color: #CF53F2; }
a { background-color: rgb(207,83,242); }
div.DivClassName
{
background-color: #CF53F2;
}
.BgClassName
{
background-color: #CF53F2;
}
</style>
border-color css
<style>
span { border-color: #CF53F2; }
span { border-color: rgb(207,83,242); }
td.TdClassName
{
border-color: #CF53F2;
}
.TagClassName
{
border-color: #CF53F2;
}
</style>