Shades of Orchid #C975DD
Tints of Orchid #C975DD
RGB
CMYK
RGB Variations
Color information
#C975DD (or 0xC975DD) is known color: Orchid. HEX triplet: C9, 75 and DD. RGB value is (201,117,221). Sum of RGB (Red+Green+Blue) = 201+117+221=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #C975DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975DD is #368A22. Grayscale: #999999. Windows color (decimal): -3574307 or 14513609. OLE color: 14513609.
HSL color Cylindrical-coordinate representation of color #C975DD: hue angle of 288.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C975DD is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 117 | 221 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.13 |
| HSL | 288.46º | 0.6% | 0.66% | - |
| HSV(B) | 288.46º | 0.47% | 0.87% | - |
| XYZ | 43.5 | 30.36 | 71.97 | - |
| YUV | 153.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 221 | 0.09 | 0.47 | 0 | 0.13 | 288.46 | 0.6 | 0.66 |
| Hex | C9 | 75 | DD | 9 | 2F | 0 | D | 120 | 3C | 42 |
| Octal | 311 | 165 | 335 | 11 | 57 | 0 | 15 | 440 | 74 | 102 |
| Binary | 11001001 | 1110101 | 11011101 | 1001 | 101111 | 0 | 1101 | 100100000 | 111100 | 1000010 |
Color Harmonies of #C975DD
Complementary color
Monochromatic Colors of #C975DD
Black with #C975DD
Text Example
Text Example
White with #C975DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975DD; }
p { color: rgb(201,117,221); }
H1.HeaderClassName
{
color: #C975DD;
}
.AnyTagClassName
{
color: #C975DD;
}
</style>
background-color css
<style>
a { background-color: #C975DD; }
a { background-color: rgb(201,117,221); }
div.DivClassName
{
background-color: #C975DD;
}
.BgClassName
{
background-color: #C975DD;
}
</style>
border-color css
<style>
span { border-color: #C975DD; }
span { border-color: rgb(201,117,221); }
td.TdClassName
{
border-color: #C975DD;
}
.TagClassName
{
border-color: #C975DD;
}
</style>