Shades of Orchid #C967CD
Tints of Orchid #C967CD
RGB
CMYK
RGB Variations
Color information
#C967CD (or 0xC967CD) is known color: Orchid. HEX triplet: C9, 67 and CD. RGB value is (201,103,205). Sum of RGB (Red+Green+Blue) = 201+103+205=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #C967CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967CD is #369832. Grayscale: #8F8F8F. Windows color (decimal): -3577907 or 13461449. OLE color: 13461449.
HSL color Cylindrical-coordinate representation of color #C967CD: hue angle of 297.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C967CD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 103 | 205 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.20 |
| HSL | 297.65º | 0.5% | 0.6% | - |
| HSV(B) | 297.65º | 0.5% | 0.8% | - |
| XYZ | 39.96 | 26.53 | 60.77 | - |
| YUV | 143.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 205 | 0.02 | 0.50 | 0 | 0.20 | 297.65 | 0.5 | 0.6 |
| Hex | C9 | 67 | CD | 2 | 32 | 0 | 14 | 12A | 32 | 3C |
| Octal | 311 | 147 | 315 | 2 | 62 | 0 | 24 | 452 | 62 | 74 |
| Binary | 11001001 | 1100111 | 11001101 | 10 | 110010 | 0 | 10100 | 100101010 | 110010 | 111100 |
Color Harmonies of #C967CD
Complementary color
Monochromatic Colors of #C967CD
Black with #C967CD
Text Example
Text Example
White with #C967CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967CD; }
p { color: rgb(201,103,205); }
H1.HeaderClassName
{
color: #C967CD;
}
.AnyTagClassName
{
color: #C967CD;
}
</style>
background-color css
<style>
a { background-color: #C967CD; }
a { background-color: rgb(201,103,205); }
div.DivClassName
{
background-color: #C967CD;
}
.BgClassName
{
background-color: #C967CD;
}
</style>
border-color css
<style>
span { border-color: #C967CD; }
span { border-color: rgb(201,103,205); }
td.TdClassName
{
border-color: #C967CD;
}
.TagClassName
{
border-color: #C967CD;
}
</style>