Shades of Orchid #CE62CF
Tints of Orchid #CE62CF
RGB
CMYK
RGB Variations
Color information
#CE62CF (or 0xCE62CF) is known color: Orchid. HEX triplet: CE, 62 and CF. RGB value is (206,98,207). Sum of RGB (Red+Green+Blue) = 206+98+207=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62CF is #319D30. Grayscale: #8E8E8E. Windows color (decimal): -3251505 or 13591246. OLE color: 13591246.
HSL color Cylindrical-coordinate representation of color #CE62CF: hue angle of 299.45º 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 #CE62CF is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 207 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.19 |
| HSL | 299.45º | 0.53% | 0.6% | - |
| HSV(B) | 299.45º | 0.53% | 0.81% | - |
| XYZ | 41.08 | 26.36 | 61.95 | - |
| YUV | 142.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 207 | 0.00 | 0.53 | 0 | 0.19 | 299.45 | 0.53 | 0.6 |
| Hex | CE | 62 | CF | 0 | 35 | 0 | 13 | 12B | 35 | 3C |
| Octal | 316 | 142 | 317 | 0 | 65 | 0 | 23 | 453 | 65 | 74 |
| Binary | 11001110 | 1100010 | 11001111 | 0 | 110101 | 0 | 10011 | 100101011 | 110101 | 111100 |
Color Harmonies of #CE62CF
Complementary color
Monochromatic Colors of #CE62CF
Black with #CE62CF
Text Example
Text Example
White with #CE62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE62CF; }
p { color: rgb(206,98,207); }
H1.HeaderClassName
{
color: #CE62CF;
}
.AnyTagClassName
{
color: #CE62CF;
}
</style>
background-color css
<style>
a { background-color: #CE62CF; }
a { background-color: rgb(206,98,207); }
div.DivClassName
{
background-color: #CE62CF;
}
.BgClassName
{
background-color: #CE62CF;
}
</style>
border-color css
<style>
span { border-color: #CE62CF; }
span { border-color: rgb(206,98,207); }
td.TdClassName
{
border-color: #CE62CF;
}
.TagClassName
{
border-color: #CE62CF;
}
</style>