Shades of Orchid #CF6DBE
Tints of Orchid #CF6DBE
RGB
CMYK
RGB Variations
Color information
#CF6DBE (or 0xCF6DBE) is known color: Orchid. HEX triplet: CF, 6D and BE. RGB value is (207,109,190). Sum of RGB (Red+Green+Blue) = 207+109+190=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DBE is #309241. Grayscale: #939393. Windows color (decimal): -3183170 or 12479951. OLE color: 12479951.
HSL color Cylindrical-coordinate representation of color #CF6DBE: hue angle of 310.41º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DBE is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 190 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.19 |
| HSL | 310.41º | 0.51% | 0.62% | - |
| HSV(B) | 310.41º | 0.47% | 0.81% | - |
| XYZ | 40.5 | 27.92 | 51.97 | - |
| YUV | 147.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 190 | 0 | 0.47 | 0.08 | 0.19 | 310.41 | 0.51 | 0.62 |
| Hex | CF | 6D | BE | 0 | 2F | 8 | 13 | 136 | 33 | 3E |
| Octal | 317 | 155 | 276 | 0 | 57 | 10 | 23 | 466 | 63 | 76 |
| Binary | 11001111 | 1101101 | 10111110 | 0 | 101111 | 1000 | 10011 | 100110110 | 110011 | 111110 |
Color Harmonies of #CF6DBE
Complementary color
Monochromatic Colors of #CF6DBE
Black with #CF6DBE
Text Example
Text Example
White with #CF6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DBE; }
p { color: rgb(207,109,190); }
H1.HeaderClassName
{
color: #CF6DBE;
}
.AnyTagClassName
{
color: #CF6DBE;
}
</style>
background-color css
<style>
a { background-color: #CF6DBE; }
a { background-color: rgb(207,109,190); }
div.DivClassName
{
background-color: #CF6DBE;
}
.BgClassName
{
background-color: #CF6DBE;
}
</style>
border-color css
<style>
span { border-color: #CF6DBE; }
span { border-color: rgb(207,109,190); }
td.TdClassName
{
border-color: #CF6DBE;
}
.TagClassName
{
border-color: #CF6DBE;
}
</style>