Shades of Orchid #CF6DC9
Tints of Orchid #CF6DC9
RGB
CMYK
RGB Variations
Color information
#CF6DC9 (or 0xCF6DC9) is known color: Orchid. HEX triplet: CF, 6D and C9. RGB value is (207,109,201). Sum of RGB (Red+Green+Blue) = 207+109+201=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DC9 is #309236. Grayscale: #949494. Windows color (decimal): -3183159 or 13200847. OLE color: 13200847.
HSL color Cylindrical-coordinate representation of color #CF6DC9: hue angle of 303.67º 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 #CF6DC9 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 201 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.19 |
| HSL | 303.67º | 0.51% | 0.62% | - |
| HSV(B) | 303.67º | 0.47% | 0.81% | - |
| XYZ | 41.74 | 28.42 | 58.54 | - |
| YUV | 148.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 201 | 0 | 0.47 | 0.03 | 0.19 | 303.67 | 0.51 | 0.62 |
| Hex | CF | 6D | C9 | 0 | 2F | 3 | 13 | 130 | 33 | 3E |
| Octal | 317 | 155 | 311 | 0 | 57 | 3 | 23 | 460 | 63 | 76 |
| Binary | 11001111 | 1101101 | 11001001 | 0 | 101111 | 11 | 10011 | 100110000 | 110011 | 111110 |
Color Harmonies of #CF6DC9
Complementary color
Monochromatic Colors of #CF6DC9
Black with #CF6DC9
Text Example
Text Example
White with #CF6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DC9; }
p { color: rgb(207,109,201); }
H1.HeaderClassName
{
color: #CF6DC9;
}
.AnyTagClassName
{
color: #CF6DC9;
}
</style>
background-color css
<style>
a { background-color: #CF6DC9; }
a { background-color: rgb(207,109,201); }
div.DivClassName
{
background-color: #CF6DC9;
}
.BgClassName
{
background-color: #CF6DC9;
}
</style>
border-color css
<style>
span { border-color: #CF6DC9; }
span { border-color: rgb(207,109,201); }
td.TdClassName
{
border-color: #CF6DC9;
}
.TagClassName
{
border-color: #CF6DC9;
}
</style>