Shades of Orchid #C869CD
Tints of Orchid #C869CD
RGB
CMYK
RGB Variations
Color information
#C869CD (or 0xC869CD) is known color: Orchid. HEX triplet: C8, 69 and CD. RGB value is (200,105,205). Sum of RGB (Red+Green+Blue) = 200+105+205=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #C869CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869CD is #379632. Grayscale: #909090. Windows color (decimal): -3642931 or 13461960. OLE color: 13461960.
HSL color Cylindrical-coordinate representation of color #C869CD: hue angle of 297º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C869CD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 105 | 205 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.20 |
| HSL | 297º | 0.5% | 0.61% | - |
| HSV(B) | 297º | 0.49% | 0.8% | - |
| XYZ | 39.89 | 26.79 | 60.83 | - |
| YUV | 144.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 205 | 0.02 | 0.49 | 0 | 0.20 | 297 | 0.5 | 0.61 |
| Hex | C8 | 69 | CD | 2 | 31 | 0 | 14 | 129 | 32 | 3D |
| Octal | 310 | 151 | 315 | 2 | 61 | 0 | 24 | 451 | 62 | 75 |
| Binary | 11001000 | 1101001 | 11001101 | 10 | 110001 | 0 | 10100 | 100101001 | 110010 | 111101 |
Color Harmonies of #C869CD
Complementary color
Monochromatic Colors of #C869CD
Black with #C869CD
Text Example
Text Example
White with #C869CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869CD; }
p { color: rgb(200,105,205); }
H1.HeaderClassName
{
color: #C869CD;
}
.AnyTagClassName
{
color: #C869CD;
}
</style>
background-color css
<style>
a { background-color: #C869CD; }
a { background-color: rgb(200,105,205); }
div.DivClassName
{
background-color: #C869CD;
}
.BgClassName
{
background-color: #C869CD;
}
</style>
border-color css
<style>
span { border-color: #C869CD; }
span { border-color: rgb(200,105,205); }
td.TdClassName
{
border-color: #C869CD;
}
.TagClassName
{
border-color: #C869CD;
}
</style>