Shades of Medium Orchid #C869DA
Tints of Medium Orchid #C869DA
RGB
CMYK
RGB Variations
Color information
#C869DA (or 0xC869DA) is known color: Medium Orchid. HEX triplet: C8, 69 and DA. RGB value is (200,105,218). Sum of RGB (Red+Green+Blue) = 200+105+218=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #C869DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869DA is #379625. Grayscale: #919191. Windows color (decimal): -3642918 or 14313928. OLE color: 14313928.
HSL color Cylindrical-coordinate representation of color #C869DA: hue angle of 290.44º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C869DA is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 105 | 218 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.15 |
| HSL | 290.44º | 0.6% | 0.63% | - |
| HSV(B) | 290.44º | 0.52% | 0.85% | - |
| XYZ | 41.53 | 27.44 | 69.44 | - |
| YUV | 146.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 218 | 0.08 | 0.52 | 0 | 0.15 | 290.44 | 0.6 | 0.63 |
| Hex | C8 | 69 | DA | 8 | 34 | 0 | F | 122 | 3C | 3F |
| Octal | 310 | 151 | 332 | 10 | 64 | 0 | 17 | 442 | 74 | 77 |
| Binary | 11001000 | 1101001 | 11011010 | 1000 | 110100 | 0 | 1111 | 100100010 | 111100 | 111111 |
Color Harmonies of #C869DA
Complementary color
Monochromatic Colors of #C869DA
Black with #C869DA
Text Example
Text Example
White with #C869DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869DA; }
p { color: rgb(200,105,218); }
H1.HeaderClassName
{
color: #C869DA;
}
.AnyTagClassName
{
color: #C869DA;
}
</style>
background-color css
<style>
a { background-color: #C869DA; }
a { background-color: rgb(200,105,218); }
div.DivClassName
{
background-color: #C869DA;
}
.BgClassName
{
background-color: #C869DA;
}
</style>
border-color css
<style>
span { border-color: #C869DA; }
span { border-color: rgb(200,105,218); }
td.TdClassName
{
border-color: #C869DA;
}
.TagClassName
{
border-color: #C869DA;
}
</style>