Shades of Orchid #C868D4
Tints of Orchid #C868D4
RGB
CMYK
RGB Variations
Color information
#C868D4 (or 0xC868D4) is known color: Orchid. HEX triplet: C8, 68 and D4. RGB value is (200,104,212). Sum of RGB (Red+Green+Blue) = 200+104+212=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #C868D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868D4 is #37972B. Grayscale: #909090. Windows color (decimal): -3643180 or 13920456. OLE color: 13920456.
HSL color Cylindrical-coordinate representation of color #C868D4: hue angle of 293.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C868D4 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 104 | 212 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.17 |
| HSL | 293.33º | 0.56% | 0.62% | - |
| HSV(B) | 293.33º | 0.51% | 0.83% | - |
| XYZ | 40.65 | 26.93 | 65.34 | - |
| YUV | 145.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 212 | 0.06 | 0.51 | 0 | 0.17 | 293.33 | 0.56 | 0.62 |
| Hex | C8 | 68 | D4 | 6 | 33 | 0 | 11 | 125 | 38 | 3E |
| Octal | 310 | 150 | 324 | 6 | 63 | 0 | 21 | 445 | 70 | 76 |
| Binary | 11001000 | 1101000 | 11010100 | 110 | 110011 | 0 | 10001 | 100100101 | 111000 | 111110 |
Color Harmonies of #C868D4
Complementary color
Monochromatic Colors of #C868D4
Black with #C868D4
Text Example
Text Example
White with #C868D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868D4; }
p { color: rgb(200,104,212); }
H1.HeaderClassName
{
color: #C868D4;
}
.AnyTagClassName
{
color: #C868D4;
}
</style>
background-color css
<style>
a { background-color: #C868D4; }
a { background-color: rgb(200,104,212); }
div.DivClassName
{
background-color: #C868D4;
}
.BgClassName
{
background-color: #C868D4;
}
</style>
border-color css
<style>
span { border-color: #C868D4; }
span { border-color: rgb(200,104,212); }
td.TdClassName
{
border-color: #C868D4;
}
.TagClassName
{
border-color: #C868D4;
}
</style>