Shades of Orchid #D268CF
Tints of Orchid #D268CF
RGB
CMYK
RGB Variations
Color information
#D268CF (or 0xD268CF) is known color: Orchid. HEX triplet: D2, 68 and CF. RGB value is (210,104,207). Sum of RGB (Red+Green+Blue) = 210+104+207=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D268CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268CF is #2D9730. Grayscale: #939393. Windows color (decimal): -2987825 or 13592786. OLE color: 13592786.
HSL color Cylindrical-coordinate representation of color #D268CF: hue angle of 301.7º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268CF is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 207 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.18 |
| HSL | 301.7º | 0.54% | 0.62% | - |
| HSV(B) | 301.7º | 0.5% | 0.82% | - |
| XYZ | 42.79 | 28.11 | 62.2 | - |
| YUV | 147.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 207 | 0 | 0.50 | 0.01 | 0.18 | 301.7 | 0.54 | 0.62 |
| Hex | D2 | 68 | CF | 0 | 32 | 1 | 12 | 12E | 36 | 3E |
| Octal | 322 | 150 | 317 | 0 | 62 | 1 | 22 | 456 | 66 | 76 |
| Binary | 11010010 | 1101000 | 11001111 | 0 | 110010 | 1 | 10010 | 100101110 | 110110 | 111110 |
Color Harmonies of #D268CF
Complementary color
Monochromatic Colors of #D268CF
Black with #D268CF
Text Example
Text Example
White with #D268CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268CF; }
p { color: rgb(210,104,207); }
H1.HeaderClassName
{
color: #D268CF;
}
.AnyTagClassName
{
color: #D268CF;
}
</style>
background-color css
<style>
a { background-color: #D268CF; }
a { background-color: rgb(210,104,207); }
div.DivClassName
{
background-color: #D268CF;
}
.BgClassName
{
background-color: #D268CF;
}
</style>
border-color css
<style>
span { border-color: #D268CF; }
span { border-color: rgb(210,104,207); }
td.TdClassName
{
border-color: #D268CF;
}
.TagClassName
{
border-color: #D268CF;
}
</style>