Shades of Orchid #D967CF
Tints of Orchid #D967CF
RGB
CMYK
RGB Variations
Color information
#D967CF (or 0xD967CF) is known color: Orchid. HEX triplet: D9, 67 and CF. RGB value is (217,103,207). Sum of RGB (Red+Green+Blue) = 217+103+207=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D967CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967CF is #269830. Grayscale: #949494. Windows color (decimal): -2529329 or 13592537. OLE color: 13592537.
HSL color Cylindrical-coordinate representation of color #D967CF: hue angle of 305.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967CF is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 207 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.15 |
| HSL | 305.26º | 0.6% | 0.63% | - |
| HSV(B) | 305.26º | 0.53% | 0.85% | - |
| XYZ | 44.73 | 28.96 | 62.26 | - |
| YUV | 148.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 207 | 0 | 0.53 | 0.05 | 0.15 | 305.26 | 0.6 | 0.63 |
| Hex | D9 | 67 | CF | 0 | 35 | 5 | F | 131 | 3C | 3F |
| Octal | 331 | 147 | 317 | 0 | 65 | 5 | 17 | 461 | 74 | 77 |
| Binary | 11011001 | 1100111 | 11001111 | 0 | 110101 | 101 | 1111 | 100110001 | 111100 | 111111 |
Color Harmonies of #D967CF
Complementary color
Monochromatic Colors of #D967CF
Black with #D967CF
Text Example
Text Example
White with #D967CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967CF; }
p { color: rgb(217,103,207); }
H1.HeaderClassName
{
color: #D967CF;
}
.AnyTagClassName
{
color: #D967CF;
}
</style>
background-color css
<style>
a { background-color: #D967CF; }
a { background-color: rgb(217,103,207); }
div.DivClassName
{
background-color: #D967CF;
}
.BgClassName
{
background-color: #D967CF;
}
</style>
border-color css
<style>
span { border-color: #D967CF; }
span { border-color: rgb(217,103,207); }
td.TdClassName
{
border-color: #D967CF;
}
.TagClassName
{
border-color: #D967CF;
}
</style>