Shades of Orchid #CF62E4
Tints of Orchid #CF62E4
RGB
CMYK
RGB Variations
Color information
#CF62E4 (or 0xCF62E4) is known color: Orchid. HEX triplet: CF, 62 and E4. RGB value is (207,98,228). Sum of RGB (Red+Green+Blue) = 207+98+228=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF62E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62E4 is #309D1B. Grayscale: #919191. Windows color (decimal): -3185948 or 14967503. OLE color: 14967503.
HSL color Cylindrical-coordinate representation of color #CF62E4: hue angle of 290.31º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF62E4 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 98 | 228 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.11 |
| HSL | 290.31º | 0.71% | 0.64% | - |
| HSV(B) | 290.31º | 0.57% | 0.89% | - |
| XYZ | 44.1 | 27.6 | 76.4 | - |
| YUV | 145.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 228 | 0.09 | 0.57 | 0 | 0.11 | 290.31 | 0.71 | 0.64 |
| Hex | CF | 62 | E4 | 9 | 39 | 0 | B | 122 | 47 | 40 |
| Octal | 317 | 142 | 344 | 11 | 71 | 0 | 13 | 442 | 107 | 100 |
| Binary | 11001111 | 1100010 | 11100100 | 1001 | 111001 | 0 | 1011 | 100100010 | 1000111 | 1000000 |
Color Harmonies of #CF62E4
Complementary color
Monochromatic Colors of #CF62E4
Black with #CF62E4
Text Example
Text Example
White with #CF62E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF62E4; }
p { color: rgb(207,98,228); }
H1.HeaderClassName
{
color: #CF62E4;
}
.AnyTagClassName
{
color: #CF62E4;
}
</style>
background-color css
<style>
a { background-color: #CF62E4; }
a { background-color: rgb(207,98,228); }
div.DivClassName
{
background-color: #CF62E4;
}
.BgClassName
{
background-color: #CF62E4;
}
</style>
border-color css
<style>
span { border-color: #CF62E4; }
span { border-color: rgb(207,98,228); }
td.TdClassName
{
border-color: #CF62E4;
}
.TagClassName
{
border-color: #CF62E4;
}
</style>