Shades of Medium Orchid #C967DD
Tints of Medium Orchid #C967DD
RGB
CMYK
RGB Variations
Color information
#C967DD (or 0xC967DD) is known color: Medium Orchid. HEX triplet: C9, 67 and DD. RGB value is (201,103,221). Sum of RGB (Red+Green+Blue) = 201+103+221=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C967DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967DD is #369822. Grayscale: #919191. Windows color (decimal): -3577891 or 14510025. OLE color: 14510025.
HSL color Cylindrical-coordinate representation of color #C967DD: hue angle of 289.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C967DD is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 103 | 221 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.13 |
| HSL | 289.83º | 0.63% | 0.64% | - |
| HSV(B) | 289.83º | 0.53% | 0.87% | - |
| XYZ | 41.99 | 27.34 | 71.47 | - |
| YUV | 145.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 221 | 0.09 | 0.53 | 0 | 0.13 | 289.83 | 0.63 | 0.64 |
| Hex | C9 | 67 | DD | 9 | 35 | 0 | D | 122 | 3F | 40 |
| Octal | 311 | 147 | 335 | 11 | 65 | 0 | 15 | 442 | 77 | 100 |
| Binary | 11001001 | 1100111 | 11011101 | 1001 | 110101 | 0 | 1101 | 100100010 | 111111 | 1000000 |
Color Harmonies of #C967DD
Complementary color
Monochromatic Colors of #C967DD
Black with #C967DD
Text Example
Text Example
White with #C967DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967DD; }
p { color: rgb(201,103,221); }
H1.HeaderClassName
{
color: #C967DD;
}
.AnyTagClassName
{
color: #C967DD;
}
</style>
background-color css
<style>
a { background-color: #C967DD; }
a { background-color: rgb(201,103,221); }
div.DivClassName
{
background-color: #C967DD;
}
.BgClassName
{
background-color: #C967DD;
}
</style>
border-color css
<style>
span { border-color: #C967DD; }
span { border-color: rgb(201,103,221); }
td.TdClassName
{
border-color: #C967DD;
}
.TagClassName
{
border-color: #C967DD;
}
</style>