Shades of Orchid #D263C5
Tints of Orchid #D263C5
RGB
CMYK
RGB Variations
Color information
#D263C5 (or 0xD263C5) is known color: Orchid. HEX triplet: D2, 63 and C5. RGB value is (210,99,197). Sum of RGB (Red+Green+Blue) = 210+99+197=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D263C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263C5 is #2D9C3A. Grayscale: #8F8F8F. Windows color (decimal): -2989115 or 12936146. OLE color: 12936146.
HSL color Cylindrical-coordinate representation of color #D263C5: hue angle of 307.03º 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 #D263C5 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 197 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.18 |
| HSL | 307.03º | 0.55% | 0.61% | - |
| HSV(B) | 307.03º | 0.53% | 0.82% | - |
| XYZ | 41.12 | 26.66 | 55.8 | - |
| YUV | 143.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 197 | 0 | 0.53 | 0.06 | 0.18 | 307.03 | 0.55 | 0.61 |
| Hex | D2 | 63 | C5 | 0 | 35 | 6 | 12 | 133 | 37 | 3D |
| Octal | 322 | 143 | 305 | 0 | 65 | 6 | 22 | 463 | 67 | 75 |
| Binary | 11010010 | 1100011 | 11000101 | 0 | 110101 | 110 | 10010 | 100110011 | 110111 | 111101 |
Color Harmonies of #D263C5
Complementary color
Monochromatic Colors of #D263C5
Black with #D263C5
Text Example
Text Example
White with #D263C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263C5; }
p { color: rgb(210,99,197); }
H1.HeaderClassName
{
color: #D263C5;
}
.AnyTagClassName
{
color: #D263C5;
}
</style>
background-color css
<style>
a { background-color: #D263C5; }
a { background-color: rgb(210,99,197); }
div.DivClassName
{
background-color: #D263C5;
}
.BgClassName
{
background-color: #D263C5;
}
</style>
border-color css
<style>
span { border-color: #D263C5; }
span { border-color: rgb(210,99,197); }
td.TdClassName
{
border-color: #D263C5;
}
.TagClassName
{
border-color: #D263C5;
}
</style>