Shades of Medium Orchid #CF43D8
Tints of Medium Orchid #CF43D8
RGB
CMYK
RGB Variations
Color information
#CF43D8 (or 0xCF43D8) is known color: Medium Orchid. HEX triplet: CF, 43 and D8. RGB value is (207,67,216). Sum of RGB (Red+Green+Blue) = 207+67+216=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF43D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43D8 is #30BC27. Grayscale: #7D7D7D. Windows color (decimal): -3193896 or 14173135. OLE color: 14173135.
HSL color Cylindrical-coordinate representation of color #CF43D8: hue angle of 296.38º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF43D8 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 67 | 216 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.15 |
| HSL | 296.38º | 0.66% | 0.55% | - |
| HSV(B) | 296.38º | 0.69% | 0.85% | - |
| XYZ | 40.13 | 22.24 | 67.14 | - |
| YUV | 125.85 | 178.88 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 216 | 0.04 | 0.69 | 0 | 0.15 | 296.38 | 0.66 | 0.55 |
| Hex | CF | 43 | D8 | 4 | 45 | 0 | F | 128 | 42 | 37 |
| Octal | 317 | 103 | 330 | 4 | 105 | 0 | 17 | 450 | 102 | 67 |
| Binary | 11001111 | 1000011 | 11011000 | 100 | 1000101 | 0 | 1111 | 100101000 | 1000010 | 110111 |
Color Harmonies of #CF43D8
Complementary color
Monochromatic Colors of #CF43D8
Black with #CF43D8
Text Example
Text Example
White with #CF43D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43D8; }
p { color: rgb(207,67,216); }
H1.HeaderClassName
{
color: #CF43D8;
}
.AnyTagClassName
{
color: #CF43D8;
}
</style>
background-color css
<style>
a { background-color: #CF43D8; }
a { background-color: rgb(207,67,216); }
div.DivClassName
{
background-color: #CF43D8;
}
.BgClassName
{
background-color: #CF43D8;
}
</style>
border-color css
<style>
span { border-color: #CF43D8; }
span { border-color: rgb(207,67,216); }
td.TdClassName
{
border-color: #CF43D8;
}
.TagClassName
{
border-color: #CF43D8;
}
</style>