Shades of Orchid #D075CA
Tints of Orchid #D075CA
RGB
CMYK
RGB Variations
Color information
#D075CA (or 0xD075CA) is known color: Orchid. HEX triplet: D0, 75 and CA. RGB value is (208,117,202). Sum of RGB (Red+Green+Blue) = 208+117+202=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D075CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075CA is #2F8A35. Grayscale: #999999. Windows color (decimal): -3115574 or 13268432. OLE color: 13268432.
HSL color Cylindrical-coordinate representation of color #D075CA: hue angle of 303.96º 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 #D075CA is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 202 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.18 |
| HSL | 303.96º | 0.49% | 0.64% | - |
| HSV(B) | 303.96º | 0.44% | 0.82% | - |
| XYZ | 43.03 | 30.4 | 59.48 | - |
| YUV | 153.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 202 | 0 | 0.44 | 0.03 | 0.18 | 303.96 | 0.49 | 0.64 |
| Hex | D0 | 75 | CA | 0 | 2C | 3 | 12 | 130 | 31 | 40 |
| Octal | 320 | 165 | 312 | 0 | 54 | 3 | 22 | 460 | 61 | 100 |
| Binary | 11010000 | 1110101 | 11001010 | 0 | 101100 | 11 | 10010 | 100110000 | 110001 | 1000000 |
Color Harmonies of #D075CA
Complementary color
Monochromatic Colors of #D075CA
Black with #D075CA
Text Example
Text Example
White with #D075CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D075CA; }
p { color: rgb(208,117,202); }
H1.HeaderClassName
{
color: #D075CA;
}
.AnyTagClassName
{
color: #D075CA;
}
</style>
background-color css
<style>
a { background-color: #D075CA; }
a { background-color: rgb(208,117,202); }
div.DivClassName
{
background-color: #D075CA;
}
.BgClassName
{
background-color: #D075CA;
}
</style>
border-color css
<style>
span { border-color: #D075CA; }
span { border-color: rgb(208,117,202); }
td.TdClassName
{
border-color: #D075CA;
}
.TagClassName
{
border-color: #D075CA;
}
</style>