Shades of Medium Orchid #CF44FB
Tints of Medium Orchid #CF44FB
RGB
CMYK
RGB Variations
Color information
#CF44FB (or 0xCF44FB) is known color: Medium Orchid. HEX triplet: CF, 44 and FB. RGB value is (207,68,251). Sum of RGB (Red+Green+Blue) = 207+68+251=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF44FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF44FB is #30BB04. Grayscale: #818181. Windows color (decimal): -3193605 or 16467151. OLE color: 16467151.
HSL color Cylindrical-coordinate representation of color #CF44FB: hue angle of 285.57º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF44FB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 68 | 251 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.02 |
| HSL | 285.57º | 0.96% | 0.63% | - |
| HSV(B) | 285.57º | 0.73% | 0.98% | - |
| XYZ | 45.21 | 24.36 | 93.59 | - |
| YUV | 130.42 | 196.05 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 251 | 0.18 | 0.73 | 0 | 0.02 | 285.57 | 0.96 | 0.63 |
| Hex | CF | 44 | FB | 12 | 49 | 0 | 2 | 11E | 60 | 3F |
| Octal | 317 | 104 | 373 | 22 | 111 | 0 | 2 | 436 | 140 | 77 |
| Binary | 11001111 | 1000100 | 11111011 | 10010 | 1001001 | 0 | 10 | 100011110 | 1100000 | 111111 |
Color Harmonies of #CF44FB
Complementary color
Monochromatic Colors of #CF44FB
Black with #CF44FB
Text Example
Text Example
White with #CF44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44FB; }
p { color: rgb(207,68,251); }
H1.HeaderClassName
{
color: #CF44FB;
}
.AnyTagClassName
{
color: #CF44FB;
}
</style>
background-color css
<style>
a { background-color: #CF44FB; }
a { background-color: rgb(207,68,251); }
div.DivClassName
{
background-color: #CF44FB;
}
.BgClassName
{
background-color: #CF44FB;
}
</style>
border-color css
<style>
span { border-color: #CF44FB; }
span { border-color: rgb(207,68,251); }
td.TdClassName
{
border-color: #CF44FB;
}
.TagClassName
{
border-color: #CF44FB;
}
</style>