Shades of Orchid #CF61D6
Tints of Orchid #CF61D6
RGB
CMYK
RGB Variations
Color information
#CF61D6 (or 0xCF61D6) is known color: Orchid. HEX triplet: CF, 61 and D6. RGB value is (207,97,214). Sum of RGB (Red+Green+Blue) = 207+97+214=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF61D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61D6 is #309E29. Grayscale: #8E8E8E. Windows color (decimal): -3186218 or 14049743. OLE color: 14049743.
HSL color Cylindrical-coordinate representation of color #CF61D6: hue angle of 296.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF61D6 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 97 | 214 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.16 |
| HSL | 296.41º | 0.59% | 0.61% | - |
| HSV(B) | 296.41º | 0.55% | 0.84% | - |
| XYZ | 42.14 | 26.67 | 66.54 | - |
| YUV | 143.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 214 | 0.03 | 0.55 | 0 | 0.16 | 296.41 | 0.59 | 0.61 |
| Hex | CF | 61 | D6 | 3 | 37 | 0 | 10 | 128 | 3B | 3D |
| Octal | 317 | 141 | 326 | 3 | 67 | 0 | 20 | 450 | 73 | 75 |
| Binary | 11001111 | 1100001 | 11010110 | 11 | 110111 | 0 | 10000 | 100101000 | 111011 | 111101 |
Color Harmonies of #CF61D6
Complementary color
Monochromatic Colors of #CF61D6
Black with #CF61D6
Text Example
Text Example
White with #CF61D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF61D6; }
p { color: rgb(207,97,214); }
H1.HeaderClassName
{
color: #CF61D6;
}
.AnyTagClassName
{
color: #CF61D6;
}
</style>
background-color css
<style>
a { background-color: #CF61D6; }
a { background-color: rgb(207,97,214); }
div.DivClassName
{
background-color: #CF61D6;
}
.BgClassName
{
background-color: #CF61D6;
}
</style>
border-color css
<style>
span { border-color: #CF61D6; }
span { border-color: rgb(207,97,214); }
td.TdClassName
{
border-color: #CF61D6;
}
.TagClassName
{
border-color: #CF61D6;
}
</style>