Shades of Orchid #D075CF
Tints of Orchid #D075CF
RGB
CMYK
RGB Variations
Color information
#D075CF (or 0xD075CF) is known color: Orchid. HEX triplet: D0, 75 and CF. RGB value is (208,117,207). Sum of RGB (Red+Green+Blue) = 208+117+207=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 208 - color contains mainly: red. Hex color #D075CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075CF is #2F8A30. Grayscale: #9A9A9A. Windows color (decimal): -3115569 or 13596112. OLE color: 13596112.
HSL color Cylindrical-coordinate representation of color #D075CF: hue angle of 300.66º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D075CF is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 207 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.18 |
| HSL | 300.66º | 0.49% | 0.64% | - |
| HSV(B) | 300.66º | 0.44% | 0.82% | - |
| XYZ | 43.64 | 30.64 | 62.65 | - |
| YUV | 154.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 207 | 0 | 0.44 | 0.00 | 0.18 | 300.66 | 0.49 | 0.64 |
| Hex | D0 | 75 | CF | 0 | 2C | 0 | 12 | 12D | 31 | 40 |
| Octal | 320 | 165 | 317 | 0 | 54 | 0 | 22 | 455 | 61 | 100 |
| Binary | 11010000 | 1110101 | 11001111 | 0 | 101100 | 0 | 10010 | 100101101 | 110001 | 1000000 |
Color Harmonies of #D075CF
Complementary color
Monochromatic Colors of #D075CF
Black with #D075CF
Text Example
Text Example
White with #D075CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075CF; }
p { color: rgb(208,117,207); }
H1.HeaderClassName
{
color: #D075CF;
}
.AnyTagClassName
{
color: #D075CF;
}
</style>
background-color css
<style>
a { background-color: #D075CF; }
a { background-color: rgb(208,117,207); }
div.DivClassName
{
background-color: #D075CF;
}
.BgClassName
{
background-color: #D075CF;
}
</style>
border-color css
<style>
span { border-color: #D075CF; }
span { border-color: rgb(208,117,207); }
td.TdClassName
{
border-color: #D075CF;
}
.TagClassName
{
border-color: #D075CF;
}
</style>