Shades of Medium Orchid #CF4AF7
Tints of Medium Orchid #CF4AF7
RGB
CMYK
RGB Variations
Color information
#CF4AF7 (or 0xCF4AF7) is known color: Medium Orchid. HEX triplet: CF, 4A and F7. RGB value is (207,74,247). Sum of RGB (Red+Green+Blue) = 207+74+247=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF4AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AF7 is #30B508. Grayscale: #848484. Windows color (decimal): -3192073 or 16206543. OLE color: 16206543.
HSL color Cylindrical-coordinate representation of color #CF4AF7: hue angle of 286.13º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF4AF7 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 74 | 247 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.03 |
| HSL | 286.13º | 0.92% | 0.63% | - |
| HSV(B) | 286.13º | 0.7% | 0.97% | - |
| XYZ | 44.97 | 24.88 | 90.43 | - |
| YUV | 133.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 247 | 0.16 | 0.70 | 0 | 0.03 | 286.13 | 0.92 | 0.63 |
| Hex | CF | 4A | F7 | 10 | 46 | 0 | 3 | 11E | 5C | 3F |
| Octal | 317 | 112 | 367 | 20 | 106 | 0 | 3 | 436 | 134 | 77 |
| Binary | 11001111 | 1001010 | 11110111 | 10000 | 1000110 | 0 | 11 | 100011110 | 1011100 | 111111 |
Color Harmonies of #CF4AF7
Complementary color
Monochromatic Colors of #CF4AF7
Black with #CF4AF7
Text Example
Text Example
White with #CF4AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AF7; }
p { color: rgb(207,74,247); }
H1.HeaderClassName
{
color: #CF4AF7;
}
.AnyTagClassName
{
color: #CF4AF7;
}
</style>
background-color css
<style>
a { background-color: #CF4AF7; }
a { background-color: rgb(207,74,247); }
div.DivClassName
{
background-color: #CF4AF7;
}
.BgClassName
{
background-color: #CF4AF7;
}
</style>
border-color css
<style>
span { border-color: #CF4AF7; }
span { border-color: rgb(207,74,247); }
td.TdClassName
{
border-color: #CF4AF7;
}
.TagClassName
{
border-color: #CF4AF7;
}
</style>