Shades of Orchid #CF62D5
Tints of Orchid #CF62D5
RGB
CMYK
RGB Variations
Color information
#CF62D5 (or 0xCF62D5) is known color: Orchid. HEX triplet: CF, 62 and D5. RGB value is (207,98,213). Sum of RGB (Red+Green+Blue) = 207+98+213=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF62D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62D5 is #309D2A. Grayscale: #8F8F8F. Windows color (decimal): -3185963 or 13984463. OLE color: 13984463.
HSL color Cylindrical-coordinate representation of color #CF62D5: hue angle of 296.87º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF62D5 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 98 | 213 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.16 |
| HSL | 296.87º | 0.58% | 0.61% | - |
| HSV(B) | 296.87º | 0.54% | 0.84% | - |
| XYZ | 42.11 | 26.8 | 65.91 | - |
| YUV | 143.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 213 | 0.03 | 0.54 | 0 | 0.16 | 296.87 | 0.58 | 0.61 |
| Hex | CF | 62 | D5 | 3 | 36 | 0 | 10 | 129 | 3A | 3D |
| Octal | 317 | 142 | 325 | 3 | 66 | 0 | 20 | 451 | 72 | 75 |
| Binary | 11001111 | 1100010 | 11010101 | 11 | 110110 | 0 | 10000 | 100101001 | 111010 | 111101 |
Color Harmonies of #CF62D5
Complementary color
Monochromatic Colors of #CF62D5
Black with #CF62D5
Text Example
Text Example
White with #CF62D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62D5; }
p { color: rgb(207,98,213); }
H1.HeaderClassName
{
color: #CF62D5;
}
.AnyTagClassName
{
color: #CF62D5;
}
</style>
background-color css
<style>
a { background-color: #CF62D5; }
a { background-color: rgb(207,98,213); }
div.DivClassName
{
background-color: #CF62D5;
}
.BgClassName
{
background-color: #CF62D5;
}
</style>
border-color css
<style>
span { border-color: #CF62D5; }
span { border-color: rgb(207,98,213); }
td.TdClassName
{
border-color: #CF62D5;
}
.TagClassName
{
border-color: #CF62D5;
}
</style>