Shades of Orchid #CF6DC7
Tints of Orchid #CF6DC7
RGB
CMYK
RGB Variations
Color information
#CF6DC7 (or 0xCF6DC7) is known color: Orchid. HEX triplet: CF, 6D and C7. RGB value is (207,109,199). Sum of RGB (Red+Green+Blue) = 207+109+199=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DC7 is #309238. Grayscale: #949494. Windows color (decimal): -3183161 or 13069775. OLE color: 13069775.
HSL color Cylindrical-coordinate representation of color #CF6DC7: hue angle of 304.9º 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 #CF6DC7 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 199 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.19 |
| HSL | 304.9º | 0.51% | 0.62% | - |
| HSV(B) | 304.9º | 0.47% | 0.81% | - |
| XYZ | 41.51 | 28.33 | 57.31 | - |
| YUV | 148.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 199 | 0 | 0.47 | 0.04 | 0.19 | 304.9 | 0.51 | 0.62 |
| Hex | CF | 6D | C7 | 0 | 2F | 4 | 13 | 131 | 33 | 3E |
| Octal | 317 | 155 | 307 | 0 | 57 | 4 | 23 | 461 | 63 | 76 |
| Binary | 11001111 | 1101101 | 11000111 | 0 | 101111 | 100 | 10011 | 100110001 | 110011 | 111110 |
Color Harmonies of #CF6DC7
Complementary color
Monochromatic Colors of #CF6DC7
Black with #CF6DC7
Text Example
Text Example
White with #CF6DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DC7; }
p { color: rgb(207,109,199); }
H1.HeaderClassName
{
color: #CF6DC7;
}
.AnyTagClassName
{
color: #CF6DC7;
}
</style>
background-color css
<style>
a { background-color: #CF6DC7; }
a { background-color: rgb(207,109,199); }
div.DivClassName
{
background-color: #CF6DC7;
}
.BgClassName
{
background-color: #CF6DC7;
}
</style>
border-color css
<style>
span { border-color: #CF6DC7; }
span { border-color: rgb(207,109,199); }
td.TdClassName
{
border-color: #CF6DC7;
}
.TagClassName
{
border-color: #CF6DC7;
}
</style>