Shades of Orchid #D263C6
Tints of Orchid #D263C6
RGB
CMYK
RGB Variations
Color information
#D263C6 (or 0xD263C6) is known color: Orchid. HEX triplet: D2, 63 and C6. RGB value is (210,99,198). Sum of RGB (Red+Green+Blue) = 210+99+198=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D263C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263C6 is #2D9C39. Grayscale: #8F8F8F. Windows color (decimal): -2989114 or 13001682. OLE color: 13001682.
HSL color Cylindrical-coordinate representation of color #D263C6: hue angle of 306.49º 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 #D263C6 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 198 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.18 |
| HSL | 306.49º | 0.55% | 0.61% | - |
| HSV(B) | 306.49º | 0.53% | 0.82% | - |
| XYZ | 41.23 | 26.7 | 56.41 | - |
| YUV | 143.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 198 | 0 | 0.53 | 0.06 | 0.18 | 306.49 | 0.55 | 0.61 |
| Hex | D2 | 63 | C6 | 0 | 35 | 6 | 12 | 132 | 37 | 3D |
| Octal | 322 | 143 | 306 | 0 | 65 | 6 | 22 | 462 | 67 | 75 |
| Binary | 11010010 | 1100011 | 11000110 | 0 | 110101 | 110 | 10010 | 100110010 | 110111 | 111101 |
Color Harmonies of #D263C6
Complementary color
Monochromatic Colors of #D263C6
Black with #D263C6
Text Example
Text Example
White with #D263C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263C6; }
p { color: rgb(210,99,198); }
H1.HeaderClassName
{
color: #D263C6;
}
.AnyTagClassName
{
color: #D263C6;
}
</style>
background-color css
<style>
a { background-color: #D263C6; }
a { background-color: rgb(210,99,198); }
div.DivClassName
{
background-color: #D263C6;
}
.BgClassName
{
background-color: #D263C6;
}
</style>
border-color css
<style>
span { border-color: #D263C6; }
span { border-color: rgb(210,99,198); }
td.TdClassName
{
border-color: #D263C6;
}
.TagClassName
{
border-color: #D263C6;
}
</style>