Shades of Orchid #D077CC
Tints of Orchid #D077CC
RGB
CMYK
RGB Variations
Color information
#D077CC (or 0xD077CC) is known color: Orchid. HEX triplet: D0, 77 and CC. RGB value is (208,119,204). Sum of RGB (Red+Green+Blue) = 208+119+204=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D077CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D077CC is #2F8833. Grayscale: #9B9B9B. Windows color (decimal): -3115060 or 13400016. OLE color: 13400016.
HSL color Cylindrical-coordinate representation of color #D077CC: hue angle of 302.7º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D077CC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 119 | 204 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.18 |
| HSL | 302.7º | 0.49% | 0.64% | - |
| HSV(B) | 302.7º | 0.43% | 0.82% | - |
| XYZ | 43.51 | 30.96 | 60.81 | - |
| YUV | 155.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 119 | 204 | 0 | 0.43 | 0.02 | 0.18 | 302.7 | 0.49 | 0.64 |
| Hex | D0 | 77 | CC | 0 | 2B | 2 | 12 | 12F | 31 | 40 |
| Octal | 320 | 167 | 314 | 0 | 53 | 2 | 22 | 457 | 61 | 100 |
| Binary | 11010000 | 1110111 | 11001100 | 0 | 101011 | 10 | 10010 | 100101111 | 110001 | 1000000 |
Color Harmonies of #D077CC
Complementary color
Monochromatic Colors of #D077CC
Black with #D077CC
Text Example
Text Example
White with #D077CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D077CC; }
p { color: rgb(208,119,204); }
H1.HeaderClassName
{
color: #D077CC;
}
.AnyTagClassName
{
color: #D077CC;
}
</style>
background-color css
<style>
a { background-color: #D077CC; }
a { background-color: rgb(208,119,204); }
div.DivClassName
{
background-color: #D077CC;
}
.BgClassName
{
background-color: #D077CC;
}
</style>
border-color css
<style>
span { border-color: #D077CC; }
span { border-color: rgb(208,119,204); }
td.TdClassName
{
border-color: #D077CC;
}
.TagClassName
{
border-color: #D077CC;
}
</style>