Shades of Orchid #D063C7
Tints of Orchid #D063C7
RGB
CMYK
RGB Variations
Color information
#D063C7 (or 0xD063C7) is known color: Orchid. HEX triplet: D0, 63 and C7. RGB value is (208,99,199). Sum of RGB (Red+Green+Blue) = 208+99+199=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D063C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063C7 is #2F9C38. Grayscale: #8E8E8E. Windows color (decimal): -3120185 or 13067216. OLE color: 13067216.
HSL color Cylindrical-coordinate representation of color #D063C7: hue angle of 304.95º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D063C7 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 199 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.18 |
| HSL | 304.95º | 0.54% | 0.6% | - |
| HSV(B) | 304.95º | 0.52% | 0.82% | - |
| XYZ | 40.78 | 26.46 | 56.99 | - |
| YUV | 142.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 199 | 0 | 0.52 | 0.04 | 0.18 | 304.95 | 0.54 | 0.6 |
| Hex | D0 | 63 | C7 | 0 | 34 | 4 | 12 | 131 | 36 | 3C |
| Octal | 320 | 143 | 307 | 0 | 64 | 4 | 22 | 461 | 66 | 74 |
| Binary | 11010000 | 1100011 | 11000111 | 0 | 110100 | 100 | 10010 | 100110001 | 110110 | 111100 |
Color Harmonies of #D063C7
Complementary color
Monochromatic Colors of #D063C7
Black with #D063C7
Text Example
Text Example
White with #D063C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063C7; }
p { color: rgb(208,99,199); }
H1.HeaderClassName
{
color: #D063C7;
}
.AnyTagClassName
{
color: #D063C7;
}
</style>
background-color css
<style>
a { background-color: #D063C7; }
a { background-color: rgb(208,99,199); }
div.DivClassName
{
background-color: #D063C7;
}
.BgClassName
{
background-color: #D063C7;
}
</style>
border-color css
<style>
span { border-color: #D063C7; }
span { border-color: rgb(208,99,199); }
td.TdClassName
{
border-color: #D063C7;
}
.TagClassName
{
border-color: #D063C7;
}
</style>