Shades of Orchid #CF6DC1
Tints of Orchid #CF6DC1
RGB
CMYK
RGB Variations
Color information
#CF6DC1 (or 0xCF6DC1) is known color: Orchid. HEX triplet: CF, 6D and C1. RGB value is (207,109,193). Sum of RGB (Red+Green+Blue) = 207+109+193=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DC1 is #30923E. Grayscale: #939393. Windows color (decimal): -3183167 or 12676559. OLE color: 12676559.
HSL color Cylindrical-coordinate representation of color #CF6DC1: hue angle of 308.57º 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 #CF6DC1 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 193 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.19 |
| HSL | 308.57º | 0.51% | 0.62% | - |
| HSV(B) | 308.57º | 0.47% | 0.81% | - |
| XYZ | 40.83 | 28.05 | 53.72 | - |
| YUV | 147.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 193 | 0 | 0.47 | 0.07 | 0.19 | 308.57 | 0.51 | 0.62 |
| Hex | CF | 6D | C1 | 0 | 2F | 7 | 13 | 135 | 33 | 3E |
| Octal | 317 | 155 | 301 | 0 | 57 | 7 | 23 | 465 | 63 | 76 |
| Binary | 11001111 | 1101101 | 11000001 | 0 | 101111 | 111 | 10011 | 100110101 | 110011 | 111110 |
Color Harmonies of #CF6DC1
Complementary color
Monochromatic Colors of #CF6DC1
Black with #CF6DC1
Text Example
Text Example
White with #CF6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6DC1; }
p { color: rgb(207,109,193); }
H1.HeaderClassName
{
color: #CF6DC1;
}
.AnyTagClassName
{
color: #CF6DC1;
}
</style>
background-color css
<style>
a { background-color: #CF6DC1; }
a { background-color: rgb(207,109,193); }
div.DivClassName
{
background-color: #CF6DC1;
}
.BgClassName
{
background-color: #CF6DC1;
}
</style>
border-color css
<style>
span { border-color: #CF6DC1; }
span { border-color: rgb(207,109,193); }
td.TdClassName
{
border-color: #CF6DC1;
}
.TagClassName
{
border-color: #CF6DC1;
}
</style>