Shades of Orchid #C970DD
Tints of Orchid #C970DD
RGB
CMYK
RGB Variations
Color information
#C970DD (or 0xC970DD) is known color: Orchid. HEX triplet: C9, 70 and DD. RGB value is (201,112,221). Sum of RGB (Red+Green+Blue) = 201+112+221=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #C970DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970DD is #368F22. Grayscale: #969696. Windows color (decimal): -3575587 or 14512329. OLE color: 14512329.
HSL color Cylindrical-coordinate representation of color #C970DD: hue angle of 288.99º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C970DD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 112 | 221 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.13 |
| HSL | 288.99º | 0.62% | 0.65% | - |
| HSV(B) | 288.99º | 0.49% | 0.87% | - |
| XYZ | 42.93 | 29.23 | 71.79 | - |
| YUV | 151.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 221 | 0.09 | 0.49 | 0 | 0.13 | 288.99 | 0.62 | 0.65 |
| Hex | C9 | 70 | DD | 9 | 31 | 0 | D | 121 | 3E | 41 |
| Octal | 311 | 160 | 335 | 11 | 61 | 0 | 15 | 441 | 76 | 101 |
| Binary | 11001001 | 1110000 | 11011101 | 1001 | 110001 | 0 | 1101 | 100100001 | 111110 | 1000001 |
Color Harmonies of #C970DD
Complementary color
Monochromatic Colors of #C970DD
Black with #C970DD
Text Example
Text Example
White with #C970DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970DD; }
p { color: rgb(201,112,221); }
H1.HeaderClassName
{
color: #C970DD;
}
.AnyTagClassName
{
color: #C970DD;
}
</style>
background-color css
<style>
a { background-color: #C970DD; }
a { background-color: rgb(201,112,221); }
div.DivClassName
{
background-color: #C970DD;
}
.BgClassName
{
background-color: #C970DD;
}
</style>
border-color css
<style>
span { border-color: #C970DD; }
span { border-color: rgb(201,112,221); }
td.TdClassName
{
border-color: #C970DD;
}
.TagClassName
{
border-color: #C970DD;
}
</style>