Shades of Orchid #CE6FCF
Tints of Orchid #CE6FCF
RGB
CMYK
RGB Variations
Color information
#CE6FCF (or 0xCE6FCF) is known color: Orchid. HEX triplet: CE, 6F and CF. RGB value is (206,111,207). Sum of RGB (Red+Green+Blue) = 206+111+207=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FCF is #319030. Grayscale: #969696. Windows color (decimal): -3248177 or 13594574. OLE color: 13594574.
HSL color Cylindrical-coordinate representation of color #CE6FCF: hue angle of 299.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6FCF is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 207 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.19 |
| HSL | 299.38º | 0.5% | 0.62% | - |
| HSV(B) | 299.38º | 0.46% | 0.81% | - |
| XYZ | 42.4 | 29 | 62.39 | - |
| YUV | 150.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 207 | 0.00 | 0.46 | 0 | 0.19 | 299.38 | 0.5 | 0.62 |
| Hex | CE | 6F | CF | 0 | 2E | 0 | 13 | 12B | 32 | 3E |
| Octal | 316 | 157 | 317 | 0 | 56 | 0 | 23 | 453 | 62 | 76 |
| Binary | 11001110 | 1101111 | 11001111 | 0 | 101110 | 0 | 10011 | 100101011 | 110010 | 111110 |
Color Harmonies of #CE6FCF
Complementary color
Monochromatic Colors of #CE6FCF
Black with #CE6FCF
Text Example
Text Example
White with #CE6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FCF; }
p { color: rgb(206,111,207); }
H1.HeaderClassName
{
color: #CE6FCF;
}
.AnyTagClassName
{
color: #CE6FCF;
}
</style>
background-color css
<style>
a { background-color: #CE6FCF; }
a { background-color: rgb(206,111,207); }
div.DivClassName
{
background-color: #CE6FCF;
}
.BgClassName
{
background-color: #CE6FCF;
}
</style>
border-color css
<style>
span { border-color: #CE6FCF; }
span { border-color: rgb(206,111,207); }
td.TdClassName
{
border-color: #CE6FCF;
}
.TagClassName
{
border-color: #CE6FCF;
}
</style>