Shades of Medium Orchid #C967DC
Tints of Medium Orchid #C967DC
RGB
CMYK
RGB Variations
Color information
#C967DC (or 0xC967DC) is known color: Medium Orchid. HEX triplet: C9, 67 and DC. RGB value is (201,103,220). Sum of RGB (Red+Green+Blue) = 201+103+220=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C967DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967DC is #369823. Grayscale: #919191. Windows color (decimal): -3577892 or 14444489. OLE color: 14444489.
HSL color Cylindrical-coordinate representation of color #C967DC: hue angle of 290.26º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C967DC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 103 | 220 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.14 |
| HSL | 290.26º | 0.63% | 0.63% | - |
| HSV(B) | 290.26º | 0.53% | 0.86% | - |
| XYZ | 41.86 | 27.29 | 70.77 | - |
| YUV | 145.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 220 | 0.09 | 0.53 | 0 | 0.14 | 290.26 | 0.63 | 0.63 |
| Hex | C9 | 67 | DC | 9 | 35 | 0 | E | 122 | 3F | 3F |
| Octal | 311 | 147 | 334 | 11 | 65 | 0 | 16 | 442 | 77 | 77 |
| Binary | 11001001 | 1100111 | 11011100 | 1001 | 110101 | 0 | 1110 | 100100010 | 111111 | 111111 |
Color Harmonies of #C967DC
Complementary color
Monochromatic Colors of #C967DC
Black with #C967DC
Text Example
Text Example
White with #C967DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967DC; }
p { color: rgb(201,103,220); }
H1.HeaderClassName
{
color: #C967DC;
}
.AnyTagClassName
{
color: #C967DC;
}
</style>
background-color css
<style>
a { background-color: #C967DC; }
a { background-color: rgb(201,103,220); }
div.DivClassName
{
background-color: #C967DC;
}
.BgClassName
{
background-color: #C967DC;
}
</style>
border-color css
<style>
span { border-color: #C967DC; }
span { border-color: rgb(201,103,220); }
td.TdClassName
{
border-color: #C967DC;
}
.TagClassName
{
border-color: #C967DC;
}
</style>