Shades of Orchid #D263CF
Tints of Orchid #D263CF
RGB
CMYK
RGB Variations
Color information
#D263CF (or 0xD263CF) is known color: Orchid. HEX triplet: D2, 63 and CF. RGB value is (210,99,207). Sum of RGB (Red+Green+Blue) = 210+99+207=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D263CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263CF is #2D9C30. Grayscale: #909090. Windows color (decimal): -2989105 or 13591506. OLE color: 13591506.
HSL color Cylindrical-coordinate representation of color #D263CF: hue angle of 301.62º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D263CF is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 207 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.18 |
| HSL | 301.62º | 0.55% | 0.61% | - |
| HSV(B) | 301.62º | 0.53% | 0.82% | - |
| XYZ | 42.3 | 27.13 | 62.04 | - |
| YUV | 144.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 207 | 0 | 0.53 | 0.01 | 0.18 | 301.62 | 0.55 | 0.61 |
| Hex | D2 | 63 | CF | 0 | 35 | 1 | 12 | 12E | 37 | 3D |
| Octal | 322 | 143 | 317 | 0 | 65 | 1 | 22 | 456 | 67 | 75 |
| Binary | 11010010 | 1100011 | 11001111 | 0 | 110101 | 1 | 10010 | 100101110 | 110111 | 111101 |
Color Harmonies of #D263CF
Complementary color
Monochromatic Colors of #D263CF
Black with #D263CF
Text Example
Text Example
White with #D263CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263CF; }
p { color: rgb(210,99,207); }
H1.HeaderClassName
{
color: #D263CF;
}
.AnyTagClassName
{
color: #D263CF;
}
</style>
background-color css
<style>
a { background-color: #D263CF; }
a { background-color: rgb(210,99,207); }
div.DivClassName
{
background-color: #D263CF;
}
.BgClassName
{
background-color: #D263CF;
}
</style>
border-color css
<style>
span { border-color: #D263CF; }
span { border-color: rgb(210,99,207); }
td.TdClassName
{
border-color: #D263CF;
}
.TagClassName
{
border-color: #D263CF;
}
</style>