Shades of Orchid #CF65DF
Tints of Orchid #CF65DF
RGB
CMYK
RGB Variations
Color information
#CF65DF (or 0xCF65DF) is known color: Orchid. HEX triplet: CF, 65 and DF. RGB value is (207,101,223). Sum of RGB (Red+Green+Blue) = 207+101+223=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65DF is #309A20. Grayscale: #929292. Windows color (decimal): -3185185 or 14640591. OLE color: 14640591.
HSL color Cylindrical-coordinate representation of color #CF65DF: hue angle of 292.13º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF65DF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 101 | 223 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.13 |
| HSL | 292.13º | 0.66% | 0.64% | - |
| HSV(B) | 292.13º | 0.55% | 0.87% | - |
| XYZ | 43.71 | 27.9 | 72.89 | - |
| YUV | 146.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 223 | 0.07 | 0.55 | 0 | 0.13 | 292.13 | 0.66 | 0.64 |
| Hex | CF | 65 | DF | 7 | 37 | 0 | D | 124 | 42 | 40 |
| Octal | 317 | 145 | 337 | 7 | 67 | 0 | 15 | 444 | 102 | 100 |
| Binary | 11001111 | 1100101 | 11011111 | 111 | 110111 | 0 | 1101 | 100100100 | 1000010 | 1000000 |
Color Harmonies of #CF65DF
Complementary color
Monochromatic Colors of #CF65DF
Black with #CF65DF
Text Example
Text Example
White with #CF65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65DF; }
p { color: rgb(207,101,223); }
H1.HeaderClassName
{
color: #CF65DF;
}
.AnyTagClassName
{
color: #CF65DF;
}
</style>
background-color css
<style>
a { background-color: #CF65DF; }
a { background-color: rgb(207,101,223); }
div.DivClassName
{
background-color: #CF65DF;
}
.BgClassName
{
background-color: #CF65DF;
}
</style>
border-color css
<style>
span { border-color: #CF65DF; }
span { border-color: rgb(207,101,223); }
td.TdClassName
{
border-color: #CF65DF;
}
.TagClassName
{
border-color: #CF65DF;
}
</style>