Shades of Medium Orchid #CF4AF8
Tints of Medium Orchid #CF4AF8
RGB
CMYK
RGB Variations
Color information
#CF4AF8 (or 0xCF4AF8) is known color: Medium Orchid. HEX triplet: CF, 4A and F8. RGB value is (207,74,248). Sum of RGB (Red+Green+Blue) = 207+74+248=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF4AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4AF8 is #30B507. Grayscale: #858585. Windows color (decimal): -3192072 or 16272079. OLE color: 16272079.
HSL color Cylindrical-coordinate representation of color #CF4AF8: hue angle of 285.86º degrees, saturation: 0.93, 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 #CF4AF8 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 74 | 248 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.03 |
| HSL | 285.86º | 0.93% | 0.63% | - |
| HSV(B) | 285.86º | 0.7% | 0.97% | - |
| XYZ | 45.12 | 24.94 | 91.24 | - |
| YUV | 133.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 248 | 0.17 | 0.70 | 0 | 0.03 | 285.86 | 0.93 | 0.63 |
| Hex | CF | 4A | F8 | 11 | 46 | 0 | 3 | 11E | 5D | 3F |
| Octal | 317 | 112 | 370 | 21 | 106 | 0 | 3 | 436 | 135 | 77 |
| Binary | 11001111 | 1001010 | 11111000 | 10001 | 1000110 | 0 | 11 | 100011110 | 1011101 | 111111 |
Color Harmonies of #CF4AF8
Complementary color
Monochromatic Colors of #CF4AF8
Black with #CF4AF8
Text Example
Text Example
White with #CF4AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AF8; }
p { color: rgb(207,74,248); }
H1.HeaderClassName
{
color: #CF4AF8;
}
.AnyTagClassName
{
color: #CF4AF8;
}
</style>
background-color css
<style>
a { background-color: #CF4AF8; }
a { background-color: rgb(207,74,248); }
div.DivClassName
{
background-color: #CF4AF8;
}
.BgClassName
{
background-color: #CF4AF8;
}
</style>
border-color css
<style>
span { border-color: #CF4AF8; }
span { border-color: rgb(207,74,248); }
td.TdClassName
{
border-color: #CF4AF8;
}
.TagClassName
{
border-color: #CF4AF8;
}
</style>