Shades of Orchid #D065C6
Tints of Orchid #D065C6
RGB
CMYK
RGB Variations
Color information
#D065C6 (or 0xD065C6) is known color: Orchid. HEX triplet: D0, 65 and C6. RGB value is (208,101,198). Sum of RGB (Red+Green+Blue) = 208+101+198=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D065C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065C6 is #2F9A39. Grayscale: #8F8F8F. Windows color (decimal): -3119674 or 13002192. OLE color: 13002192.
HSL color Cylindrical-coordinate representation of color #D065C6: hue angle of 305.61º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D065C6 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 198 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.18 |
| HSL | 305.61º | 0.53% | 0.61% | - |
| HSV(B) | 305.61º | 0.51% | 0.82% | - |
| XYZ | 40.86 | 26.79 | 56.44 | - |
| YUV | 144.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 198 | 0 | 0.51 | 0.05 | 0.18 | 305.61 | 0.53 | 0.61 |
| Hex | D0 | 65 | C6 | 0 | 33 | 5 | 12 | 132 | 35 | 3D |
| Octal | 320 | 145 | 306 | 0 | 63 | 5 | 22 | 462 | 65 | 75 |
| Binary | 11010000 | 1100101 | 11000110 | 0 | 110011 | 101 | 10010 | 100110010 | 110101 | 111101 |
Color Harmonies of #D065C6
Complementary color
Monochromatic Colors of #D065C6
Black with #D065C6
Text Example
Text Example
White with #D065C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D065C6; }
p { color: rgb(208,101,198); }
H1.HeaderClassName
{
color: #D065C6;
}
.AnyTagClassName
{
color: #D065C6;
}
</style>
background-color css
<style>
a { background-color: #D065C6; }
a { background-color: rgb(208,101,198); }
div.DivClassName
{
background-color: #D065C6;
}
.BgClassName
{
background-color: #D065C6;
}
</style>
border-color css
<style>
span { border-color: #D065C6; }
span { border-color: rgb(208,101,198); }
td.TdClassName
{
border-color: #D065C6;
}
.TagClassName
{
border-color: #D065C6;
}
</style>