Shades of Orchid #D064CC
Tints of Orchid #D064CC
RGB
CMYK
RGB Variations
Color information
#D064CC (or 0xD064CC) is known color: Orchid. HEX triplet: D0, 64 and CC. RGB value is (208,100,204). Sum of RGB (Red+Green+Blue) = 208+100+204=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D064CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064CC is #2F9B33. Grayscale: #8F8F8F. Windows color (decimal): -3119924 or 13395152. OLE color: 13395152.
HSL color Cylindrical-coordinate representation of color #D064CC: hue angle of 302.22º 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 #D064CC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 204 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.18 |
| HSL | 302.22º | 0.53% | 0.6% | - |
| HSV(B) | 302.22º | 0.52% | 0.82% | - |
| XYZ | 41.47 | 26.88 | 60.13 | - |
| YUV | 144.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 204 | 0 | 0.52 | 0.02 | 0.18 | 302.22 | 0.53 | 0.6 |
| Hex | D0 | 64 | CC | 0 | 34 | 2 | 12 | 12E | 35 | 3C |
| Octal | 320 | 144 | 314 | 0 | 64 | 2 | 22 | 456 | 65 | 74 |
| Binary | 11010000 | 1100100 | 11001100 | 0 | 110100 | 10 | 10010 | 100101110 | 110101 | 111100 |
Color Harmonies of #D064CC
Complementary color
Monochromatic Colors of #D064CC
Black with #D064CC
Text Example
Text Example
White with #D064CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D064CC; }
p { color: rgb(208,100,204); }
H1.HeaderClassName
{
color: #D064CC;
}
.AnyTagClassName
{
color: #D064CC;
}
</style>
background-color css
<style>
a { background-color: #D064CC; }
a { background-color: rgb(208,100,204); }
div.DivClassName
{
background-color: #D064CC;
}
.BgClassName
{
background-color: #D064CC;
}
</style>
border-color css
<style>
span { border-color: #D064CC; }
span { border-color: rgb(208,100,204); }
td.TdClassName
{
border-color: #D064CC;
}
.TagClassName
{
border-color: #D064CC;
}
</style>