Shades of Orchid #C869D3
Tints of Orchid #C869D3
RGB
CMYK
RGB Variations
Color information
#C869D3 (or 0xC869D3) is known color: Orchid. HEX triplet: C8, 69 and D3. RGB value is (200,105,211). Sum of RGB (Red+Green+Blue) = 200+105+211=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #C869D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869D3 is #37962C. Grayscale: #919191. Windows color (decimal): -3642925 or 13855176. OLE color: 13855176.
HSL color Cylindrical-coordinate representation of color #C869D3: hue angle of 293.77º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C869D3 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 105 | 211 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.17 |
| HSL | 293.77º | 0.55% | 0.62% | - |
| HSV(B) | 293.77º | 0.5% | 0.83% | - |
| XYZ | 40.63 | 27.09 | 64.71 | - |
| YUV | 145.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 211 | 0.05 | 0.50 | 0 | 0.17 | 293.77 | 0.55 | 0.62 |
| Hex | C8 | 69 | D3 | 5 | 32 | 0 | 11 | 126 | 37 | 3E |
| Octal | 310 | 151 | 323 | 5 | 62 | 0 | 21 | 446 | 67 | 76 |
| Binary | 11001000 | 1101001 | 11010011 | 101 | 110010 | 0 | 10001 | 100100110 | 110111 | 111110 |
Color Harmonies of #C869D3
Complementary color
Monochromatic Colors of #C869D3
Black with #C869D3
Text Example
Text Example
White with #C869D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869D3; }
p { color: rgb(200,105,211); }
H1.HeaderClassName
{
color: #C869D3;
}
.AnyTagClassName
{
color: #C869D3;
}
</style>
background-color css
<style>
a { background-color: #C869D3; }
a { background-color: rgb(200,105,211); }
div.DivClassName
{
background-color: #C869D3;
}
.BgClassName
{
background-color: #C869D3;
}
</style>
border-color css
<style>
span { border-color: #C869D3; }
span { border-color: rgb(200,105,211); }
td.TdClassName
{
border-color: #C869D3;
}
.TagClassName
{
border-color: #C869D3;
}
</style>