Shades of Medium Orchid #CF3DDE
Tints of Medium Orchid #CF3DDE
RGB
CMYK
RGB Variations
Color information
#CF3DDE (or 0xCF3DDE) is known color: Medium Orchid. HEX triplet: CF, 3D and DE. RGB value is (207,61,222). Sum of RGB (Red+Green+Blue) = 207+61+222=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF3DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DDE is #30C221. Grayscale: #7A7A7A. Windows color (decimal): -3195426 or 14564815. OLE color: 14564815.
HSL color Cylindrical-coordinate representation of color #CF3DDE: hue angle of 294.41º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3DDE is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 61 | 222 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.13 |
| HSL | 294.41º | 0.71% | 0.55% | - |
| HSV(B) | 294.41º | 0.73% | 0.87% | - |
| XYZ | 40.59 | 21.88 | 71.19 | - |
| YUV | 123.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 222 | 0.07 | 0.73 | 0 | 0.13 | 294.41 | 0.71 | 0.55 |
| Hex | CF | 3D | DE | 7 | 49 | 0 | D | 126 | 47 | 37 |
| Octal | 317 | 75 | 336 | 7 | 111 | 0 | 15 | 446 | 107 | 67 |
| Binary | 11001111 | 111101 | 11011110 | 111 | 1001001 | 0 | 1101 | 100100110 | 1000111 | 110111 |
Color Harmonies of #CF3DDE
Complementary color
Monochromatic Colors of #CF3DDE
Black with #CF3DDE
Text Example
Text Example
White with #CF3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DDE; }
p { color: rgb(207,61,222); }
H1.HeaderClassName
{
color: #CF3DDE;
}
.AnyTagClassName
{
color: #CF3DDE;
}
</style>
background-color css
<style>
a { background-color: #CF3DDE; }
a { background-color: rgb(207,61,222); }
div.DivClassName
{
background-color: #CF3DDE;
}
.BgClassName
{
background-color: #CF3DDE;
}
</style>
border-color css
<style>
span { border-color: #CF3DDE; }
span { border-color: rgb(207,61,222); }
td.TdClassName
{
border-color: #CF3DDE;
}
.TagClassName
{
border-color: #CF3DDE;
}
</style>