Shades of Orchid #CF68DD
Tints of Orchid #CF68DD
RGB
CMYK
RGB Variations
Color information
#CF68DD (or 0xCF68DD) is known color: Orchid. HEX triplet: CF, 68 and DD. RGB value is (207,104,221). Sum of RGB (Red+Green+Blue) = 207+104+221=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68DD is #309722. Grayscale: #939393. Windows color (decimal): -3184419 or 14510287. OLE color: 14510287.
HSL color Cylindrical-coordinate representation of color #CF68DD: hue angle of 292.82º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF68DD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 104 | 221 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.13 |
| HSL | 292.82º | 0.63% | 0.64% | - |
| HSV(B) | 292.82º | 0.53% | 0.87% | - |
| XYZ | 43.73 | 28.39 | 71.58 | - |
| YUV | 148.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 221 | 0.06 | 0.53 | 0 | 0.13 | 292.82 | 0.63 | 0.64 |
| Hex | CF | 68 | DD | 6 | 35 | 0 | D | 125 | 3F | 40 |
| Octal | 317 | 150 | 335 | 6 | 65 | 0 | 15 | 445 | 77 | 100 |
| Binary | 11001111 | 1101000 | 11011101 | 110 | 110101 | 0 | 1101 | 100100101 | 111111 | 1000000 |
Color Harmonies of #CF68DD
Complementary color
Monochromatic Colors of #CF68DD
Black with #CF68DD
Text Example
Text Example
White with #CF68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68DD; }
p { color: rgb(207,104,221); }
H1.HeaderClassName
{
color: #CF68DD;
}
.AnyTagClassName
{
color: #CF68DD;
}
</style>
background-color css
<style>
a { background-color: #CF68DD; }
a { background-color: rgb(207,104,221); }
div.DivClassName
{
background-color: #CF68DD;
}
.BgClassName
{
background-color: #CF68DD;
}
</style>
border-color css
<style>
span { border-color: #CF68DD; }
span { border-color: rgb(207,104,221); }
td.TdClassName
{
border-color: #CF68DD;
}
.TagClassName
{
border-color: #CF68DD;
}
</style>