Shades of Medium Orchid #CF43F5
Tints of Medium Orchid #CF43F5
RGB
CMYK
RGB Variations
Color information
#CF43F5 (or 0xCF43F5) is known color: Medium Orchid. HEX triplet: CF, 43 and F5. RGB value is (207,67,245). Sum of RGB (Red+Green+Blue) = 207+67+245=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #CF43F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF43F5 is #30BC0A. Grayscale: #808080. Windows color (decimal): -3193867 or 16073679. OLE color: 16073679.
HSL color Cylindrical-coordinate representation of color #CF43F5: hue angle of 287.19º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF43F5 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 67 | 245 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.04 |
| HSL | 287.19º | 0.9% | 0.61% | - |
| HSV(B) | 287.19º | 0.73% | 0.96% | - |
| XYZ | 44.22 | 23.87 | 88.66 | - |
| YUV | 129.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 245 | 0.16 | 0.73 | 0 | 0.04 | 287.19 | 0.9 | 0.61 |
| Hex | CF | 43 | F5 | 10 | 49 | 0 | 4 | 11F | 5A | 3D |
| Octal | 317 | 103 | 365 | 20 | 111 | 0 | 4 | 437 | 132 | 75 |
| Binary | 11001111 | 1000011 | 11110101 | 10000 | 1001001 | 0 | 100 | 100011111 | 1011010 | 111101 |
Color Harmonies of #CF43F5
Complementary color
Monochromatic Colors of #CF43F5
Black with #CF43F5
Text Example
Text Example
White with #CF43F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43F5; }
p { color: rgb(207,67,245); }
H1.HeaderClassName
{
color: #CF43F5;
}
.AnyTagClassName
{
color: #CF43F5;
}
</style>
background-color css
<style>
a { background-color: #CF43F5; }
a { background-color: rgb(207,67,245); }
div.DivClassName
{
background-color: #CF43F5;
}
.BgClassName
{
background-color: #CF43F5;
}
</style>
border-color css
<style>
span { border-color: #CF43F5; }
span { border-color: rgb(207,67,245); }
td.TdClassName
{
border-color: #CF43F5;
}
.TagClassName
{
border-color: #CF43F5;
}
</style>