Shades of Orchid #CE64CF
Tints of Orchid #CE64CF
RGB
CMYK
RGB Variations
Color information
#CE64CF (or 0xCE64CF) is known color: Orchid. HEX triplet: CE, 64 and CF. RGB value is (206,100,207). Sum of RGB (Red+Green+Blue) = 206+100+207=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE64CF is #319B30. Grayscale: #8F8F8F. Windows color (decimal): -3250993 or 13591758. OLE color: 13591758.
HSL color Cylindrical-coordinate representation of color #CE64CF: hue angle of 299.44º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE64CF is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 207 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.19 |
| HSL | 299.44º | 0.53% | 0.6% | - |
| HSV(B) | 299.44º | 0.52% | 0.81% | - |
| XYZ | 41.27 | 26.74 | 62.02 | - |
| YUV | 143.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 207 | 0.00 | 0.52 | 0 | 0.19 | 299.44 | 0.53 | 0.6 |
| Hex | CE | 64 | CF | 0 | 34 | 0 | 13 | 12B | 35 | 3C |
| Octal | 316 | 144 | 317 | 0 | 64 | 0 | 23 | 453 | 65 | 74 |
| Binary | 11001110 | 1100100 | 11001111 | 0 | 110100 | 0 | 10011 | 100101011 | 110101 | 111100 |
Color Harmonies of #CE64CF
Complementary color
Monochromatic Colors of #CE64CF
Black with #CE64CF
Text Example
Text Example
White with #CE64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE64CF; }
p { color: rgb(206,100,207); }
H1.HeaderClassName
{
color: #CE64CF;
}
.AnyTagClassName
{
color: #CE64CF;
}
</style>
background-color css
<style>
a { background-color: #CE64CF; }
a { background-color: rgb(206,100,207); }
div.DivClassName
{
background-color: #CE64CF;
}
.BgClassName
{
background-color: #CE64CF;
}
</style>
border-color css
<style>
span { border-color: #CE64CF; }
span { border-color: rgb(206,100,207); }
td.TdClassName
{
border-color: #CE64CF;
}
.TagClassName
{
border-color: #CE64CF;
}
</style>