Shades of Orchid #CD7FDF
Tints of Orchid #CD7FDF
RGB
CMYK
RGB Variations
Color information
#CD7FDF (or 0xCD7FDF) is known color: Orchid. HEX triplet: CD, 7F and DF. RGB value is (205,127,223). Sum of RGB (Red+Green+Blue) = 205+127+223=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FDF is #328020. Grayscale: #A0A0A0. Windows color (decimal): -3309601 or 14647245. OLE color: 14647245.
HSL color Cylindrical-coordinate representation of color #CD7FDF: hue angle of 288.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD7FDF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 127 | 223 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.13 |
| HSL | 288.75º | 0.6% | 0.69% | - |
| HSV(B) | 288.75º | 0.43% | 0.87% | - |
| XYZ | 46.09 | 33.49 | 73.85 | - |
| YUV | 161.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 127 | 223 | 0.08 | 0.43 | 0 | 0.13 | 288.75 | 0.6 | 0.69 |
| Hex | CD | 7F | DF | 8 | 2B | 0 | D | 121 | 3C | 45 |
| Octal | 315 | 177 | 337 | 10 | 53 | 0 | 15 | 441 | 74 | 105 |
| Binary | 11001101 | 1111111 | 11011111 | 1000 | 101011 | 0 | 1101 | 100100001 | 111100 | 1000101 |
Color Harmonies of #CD7FDF
Complementary color
Monochromatic Colors of #CD7FDF
Black with #CD7FDF
Text Example
Text Example
White with #CD7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7FDF; }
p { color: rgb(205,127,223); }
H1.HeaderClassName
{
color: #CD7FDF;
}
.AnyTagClassName
{
color: #CD7FDF;
}
</style>
background-color css
<style>
a { background-color: #CD7FDF; }
a { background-color: rgb(205,127,223); }
div.DivClassName
{
background-color: #CD7FDF;
}
.BgClassName
{
background-color: #CD7FDF;
}
</style>
border-color css
<style>
span { border-color: #CD7FDF; }
span { border-color: rgb(205,127,223); }
td.TdClassName
{
border-color: #CD7FDF;
}
.TagClassName
{
border-color: #CD7FDF;
}
</style>