Shades of Orchid #D065D4
Tints of Orchid #D065D4
RGB
CMYK
RGB Variations
Color information
#D065D4 (or 0xD065D4) is known color: Orchid. HEX triplet: D0, 65 and D4. RGB value is (208,101,212). Sum of RGB (Red+Green+Blue) = 208+101+212=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #D065D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065D4 is #2F9A2B. Grayscale: #919191. Windows color (decimal): -3119660 or 13919696. OLE color: 13919696.
HSL color Cylindrical-coordinate representation of color #D065D4: hue angle of 297.84º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D065D4 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 101 | 212 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.17 |
| HSL | 297.84º | 0.56% | 0.61% | - |
| HSV(B) | 297.84º | 0.52% | 0.83% | - |
| XYZ | 42.55 | 27.47 | 65.35 | - |
| YUV | 145.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 212 | 0.02 | 0.52 | 0 | 0.17 | 297.84 | 0.56 | 0.61 |
| Hex | D0 | 65 | D4 | 2 | 34 | 0 | 11 | 12A | 38 | 3D |
| Octal | 320 | 145 | 324 | 2 | 64 | 0 | 21 | 452 | 70 | 75 |
| Binary | 11010000 | 1100101 | 11010100 | 10 | 110100 | 0 | 10001 | 100101010 | 111000 | 111101 |
Color Harmonies of #D065D4
Complementary color
Monochromatic Colors of #D065D4
Black with #D065D4
Text Example
Text Example
White with #D065D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065D4; }
p { color: rgb(208,101,212); }
H1.HeaderClassName
{
color: #D065D4;
}
.AnyTagClassName
{
color: #D065D4;
}
</style>
background-color css
<style>
a { background-color: #D065D4; }
a { background-color: rgb(208,101,212); }
div.DivClassName
{
background-color: #D065D4;
}
.BgClassName
{
background-color: #D065D4;
}
</style>
border-color css
<style>
span { border-color: #D065D4; }
span { border-color: rgb(208,101,212); }
td.TdClassName
{
border-color: #D065D4;
}
.TagClassName
{
border-color: #D065D4;
}
</style>