Shades of Orchid #CF62D0
Tints of Orchid #CF62D0
RGB
CMYK
RGB Variations
Color information
#CF62D0 (or 0xCF62D0) is known color: Orchid. HEX triplet: CF, 62 and D0. RGB value is (207,98,208). Sum of RGB (Red+Green+Blue) = 207+98+208=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF62D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62D0 is #309D2F. Grayscale: #8E8E8E. Windows color (decimal): -3185968 or 13656783. OLE color: 13656783.
HSL color Cylindrical-coordinate representation of color #CF62D0: hue angle of 299.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF62D0 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 98 | 208 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.18 |
| HSL | 299.45º | 0.54% | 0.6% | - |
| HSV(B) | 299.45º | 0.53% | 0.82% | - |
| XYZ | 41.48 | 26.55 | 62.61 | - |
| YUV | 143.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 208 | 0.00 | 0.53 | 0 | 0.18 | 299.45 | 0.54 | 0.6 |
| Hex | CF | 62 | D0 | 0 | 35 | 0 | 12 | 12B | 36 | 3C |
| Octal | 317 | 142 | 320 | 0 | 65 | 0 | 22 | 453 | 66 | 74 |
| Binary | 11001111 | 1100010 | 11010000 | 0 | 110101 | 0 | 10010 | 100101011 | 110110 | 111100 |
Color Harmonies of #CF62D0
Complementary color
Monochromatic Colors of #CF62D0
Black with #CF62D0
Text Example
Text Example
White with #CF62D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62D0; }
p { color: rgb(207,98,208); }
H1.HeaderClassName
{
color: #CF62D0;
}
.AnyTagClassName
{
color: #CF62D0;
}
</style>
background-color css
<style>
a { background-color: #CF62D0; }
a { background-color: rgb(207,98,208); }
div.DivClassName
{
background-color: #CF62D0;
}
.BgClassName
{
background-color: #CF62D0;
}
</style>
border-color css
<style>
span { border-color: #CF62D0; }
span { border-color: rgb(207,98,208); }
td.TdClassName
{
border-color: #CF62D0;
}
.TagClassName
{
border-color: #CF62D0;
}
</style>