Shades of Orchid #D063CC
Tints of Orchid #D063CC
RGB
CMYK
RGB Variations
Color information
#D063CC (or 0xD063CC) is known color: Orchid. HEX triplet: D0, 63 and CC. RGB value is (208,99,204). Sum of RGB (Red+Green+Blue) = 208+99+204=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D063CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063CC is #2F9C33. Grayscale: #8F8F8F. Windows color (decimal): -3120180 or 13394896. OLE color: 13394896.
HSL color Cylindrical-coordinate representation of color #D063CC: hue angle of 302.2º 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 #D063CC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 204 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.18 |
| HSL | 302.2º | 0.54% | 0.6% | - |
| HSV(B) | 302.2º | 0.52% | 0.82% | - |
| XYZ | 41.37 | 26.69 | 60.1 | - |
| YUV | 143.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 204 | 0 | 0.52 | 0.02 | 0.18 | 302.2 | 0.54 | 0.6 |
| Hex | D0 | 63 | CC | 0 | 34 | 2 | 12 | 12E | 36 | 3C |
| Octal | 320 | 143 | 314 | 0 | 64 | 2 | 22 | 456 | 66 | 74 |
| Binary | 11010000 | 1100011 | 11001100 | 0 | 110100 | 10 | 10010 | 100101110 | 110110 | 111100 |
Color Harmonies of #D063CC
Complementary color
Monochromatic Colors of #D063CC
Black with #D063CC
Text Example
Text Example
White with #D063CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D063CC; }
p { color: rgb(208,99,204); }
H1.HeaderClassName
{
color: #D063CC;
}
.AnyTagClassName
{
color: #D063CC;
}
</style>
background-color css
<style>
a { background-color: #D063CC; }
a { background-color: rgb(208,99,204); }
div.DivClassName
{
background-color: #D063CC;
}
.BgClassName
{
background-color: #D063CC;
}
</style>
border-color css
<style>
span { border-color: #D063CC; }
span { border-color: rgb(208,99,204); }
td.TdClassName
{
border-color: #D063CC;
}
.TagClassName
{
border-color: #D063CC;
}
</style>