Shades of Orchid #D064CB
Tints of Orchid #D064CB
RGB
CMYK
RGB Variations
Color information
#D064CB (or 0xD064CB) is known color: Orchid. HEX triplet: D0, 64 and CB. RGB value is (208,100,203). Sum of RGB (Red+Green+Blue) = 208+100+203=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D064CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064CB is #2F9B34. Grayscale: #8F8F8F. Windows color (decimal): -3119925 or 13329616. OLE color: 13329616.
HSL color Cylindrical-coordinate representation of color #D064CB: hue angle of 302.78º degrees, saturation: 0.53, 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 #D064CB is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 203 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.18 |
| HSL | 302.78º | 0.53% | 0.6% | - |
| HSV(B) | 302.78º | 0.52% | 0.82% | - |
| XYZ | 41.35 | 26.84 | 59.5 | - |
| YUV | 144.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 203 | 0 | 0.52 | 0.02 | 0.18 | 302.78 | 0.53 | 0.6 |
| Hex | D0 | 64 | CB | 0 | 34 | 2 | 12 | 12F | 35 | 3C |
| Octal | 320 | 144 | 313 | 0 | 64 | 2 | 22 | 457 | 65 | 74 |
| Binary | 11010000 | 1100100 | 11001011 | 0 | 110100 | 10 | 10010 | 100101111 | 110101 | 111100 |
Color Harmonies of #D064CB
Complementary color
Monochromatic Colors of #D064CB
Black with #D064CB
Text Example
Text Example
White with #D064CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064CB; }
p { color: rgb(208,100,203); }
H1.HeaderClassName
{
color: #D064CB;
}
.AnyTagClassName
{
color: #D064CB;
}
</style>
background-color css
<style>
a { background-color: #D064CB; }
a { background-color: rgb(208,100,203); }
div.DivClassName
{
background-color: #D064CB;
}
.BgClassName
{
background-color: #D064CB;
}
</style>
border-color css
<style>
span { border-color: #D064CB; }
span { border-color: rgb(208,100,203); }
td.TdClassName
{
border-color: #D064CB;
}
.TagClassName
{
border-color: #D064CB;
}
</style>