Shades of Orchid #CF62CD
Tints of Orchid #CF62CD
RGB
CMYK
RGB Variations
Color information
#CF62CD (or 0xCF62CD) is known color: Orchid. HEX triplet: CF, 62 and CD. RGB value is (207,98,205). Sum of RGB (Red+Green+Blue) = 207+98+205=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62CD is #309D32. Grayscale: #8E8E8E. Windows color (decimal): -3185971 or 13460175. OLE color: 13460175.
HSL color Cylindrical-coordinate representation of color #CF62CD: hue angle of 301.1º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF62CD is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 205 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.19 |
| HSL | 301.1º | 0.53% | 0.6% | - |
| HSV(B) | 301.1º | 0.53% | 0.81% | - |
| XYZ | 41.12 | 26.41 | 60.69 | - |
| YUV | 142.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 205 | 0 | 0.53 | 0.01 | 0.19 | 301.1 | 0.53 | 0.6 |
| Hex | CF | 62 | CD | 0 | 35 | 1 | 13 | 12D | 35 | 3C |
| Octal | 317 | 142 | 315 | 0 | 65 | 1 | 23 | 455 | 65 | 74 |
| Binary | 11001111 | 1100010 | 11001101 | 0 | 110101 | 1 | 10011 | 100101101 | 110101 | 111100 |
Color Harmonies of #CF62CD
Complementary color
Monochromatic Colors of #CF62CD
Black with #CF62CD
Text Example
Text Example
White with #CF62CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62CD; }
p { color: rgb(207,98,205); }
H1.HeaderClassName
{
color: #CF62CD;
}
.AnyTagClassName
{
color: #CF62CD;
}
</style>
background-color css
<style>
a { background-color: #CF62CD; }
a { background-color: rgb(207,98,205); }
div.DivClassName
{
background-color: #CF62CD;
}
.BgClassName
{
background-color: #CF62CD;
}
</style>
border-color css
<style>
span { border-color: #CF62CD; }
span { border-color: rgb(207,98,205); }
td.TdClassName
{
border-color: #CF62CD;
}
.TagClassName
{
border-color: #CF62CD;
}
</style>