Shades of Orchid #CF62DC
Tints of Orchid #CF62DC
RGB
CMYK
RGB Variations
Color information
#CF62DC (or 0xCF62DC) is known color: Orchid. HEX triplet: CF, 62 and DC. RGB value is (207,98,220). Sum of RGB (Red+Green+Blue) = 207+98+220=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF62DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62DC is #309D23. Grayscale: #909090. Windows color (decimal): -3185956 or 14443215. OLE color: 14443215.
HSL color Cylindrical-coordinate representation of color #CF62DC: hue angle of 293.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF62DC is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 98 | 220 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.14 |
| HSL | 293.61º | 0.64% | 0.62% | - |
| HSV(B) | 293.61º | 0.55% | 0.86% | - |
| XYZ | 43.02 | 27.17 | 70.69 | - |
| YUV | 144.5 | 170.61 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 220 | 0.06 | 0.55 | 0 | 0.14 | 293.61 | 0.64 | 0.62 |
| Hex | CF | 62 | DC | 6 | 37 | 0 | E | 126 | 40 | 3E |
| Octal | 317 | 142 | 334 | 6 | 67 | 0 | 16 | 446 | 100 | 76 |
| Binary | 11001111 | 1100010 | 11011100 | 110 | 110111 | 0 | 1110 | 100100110 | 1000000 | 111110 |
Color Harmonies of #CF62DC
Complementary color
Monochromatic Colors of #CF62DC
Black with #CF62DC
Text Example
Text Example
White with #CF62DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62DC; }
p { color: rgb(207,98,220); }
H1.HeaderClassName
{
color: #CF62DC;
}
.AnyTagClassName
{
color: #CF62DC;
}
</style>
background-color css
<style>
a { background-color: #CF62DC; }
a { background-color: rgb(207,98,220); }
div.DivClassName
{
background-color: #CF62DC;
}
.BgClassName
{
background-color: #CF62DC;
}
</style>
border-color css
<style>
span { border-color: #CF62DC; }
span { border-color: rgb(207,98,220); }
td.TdClassName
{
border-color: #CF62DC;
}
.TagClassName
{
border-color: #CF62DC;
}
</style>