Shades of Orchid #CE69CF
Tints of Orchid #CE69CF
RGB
CMYK
RGB Variations
Color information
#CE69CF (or 0xCE69CF) is known color: Orchid. HEX triplet: CE, 69 and CF. RGB value is (206,105,207). Sum of RGB (Red+Green+Blue) = 206+105+207=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69CF is #319630. Grayscale: #929292. Windows color (decimal): -3249713 or 13593038. OLE color: 13593038.
HSL color Cylindrical-coordinate representation of color #CE69CF: hue angle of 299.41º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE69CF is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 207 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.19 |
| HSL | 299.41º | 0.52% | 0.61% | - |
| HSV(B) | 299.41º | 0.49% | 0.81% | - |
| XYZ | 41.77 | 27.73 | 62.18 | - |
| YUV | 146.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 207 | 0.00 | 0.49 | 0 | 0.19 | 299.41 | 0.52 | 0.61 |
| Hex | CE | 69 | CF | 0 | 31 | 0 | 13 | 12B | 34 | 3D |
| Octal | 316 | 151 | 317 | 0 | 61 | 0 | 23 | 453 | 64 | 75 |
| Binary | 11001110 | 1101001 | 11001111 | 0 | 110001 | 0 | 10011 | 100101011 | 110100 | 111101 |
Color Harmonies of #CE69CF
Complementary color
Monochromatic Colors of #CE69CF
Black with #CE69CF
Text Example
Text Example
White with #CE69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69CF; }
p { color: rgb(206,105,207); }
H1.HeaderClassName
{
color: #CE69CF;
}
.AnyTagClassName
{
color: #CE69CF;
}
</style>
background-color css
<style>
a { background-color: #CE69CF; }
a { background-color: rgb(206,105,207); }
div.DivClassName
{
background-color: #CE69CF;
}
.BgClassName
{
background-color: #CE69CF;
}
</style>
border-color css
<style>
span { border-color: #CE69CF; }
span { border-color: rgb(206,105,207); }
td.TdClassName
{
border-color: #CE69CF;
}
.TagClassName
{
border-color: #CE69CF;
}
</style>