Shades of Orchid #C868CC
Tints of Orchid #C868CC
RGB
CMYK
RGB Variations
Color information
#C868CC (or 0xC868CC) is known color: Orchid. HEX triplet: C8, 68 and CC. RGB value is (200,104,204). Sum of RGB (Red+Green+Blue) = 200+104+204=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C868CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868CC is #379733. Grayscale: #8F8F8F. Windows color (decimal): -3643188 or 13396168. OLE color: 13396168.
HSL color Cylindrical-coordinate representation of color #C868CC: hue angle of 297.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C868CC is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 104 | 204 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.2 |
| HSL | 297.6º | 0.5% | 0.6% | - |
| HSV(B) | 297.6º | 0.49% | 0.8% | - |
| XYZ | 39.67 | 26.54 | 60.16 | - |
| YUV | 144.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 204 | 0.02 | 0.49 | 0 | 0.2 | 297.6 | 0.5 | 0.6 |
| Hex | C8 | 68 | CC | 2 | 31 | 0 | 14 | 12A | 32 | 3C |
| Octal | 310 | 150 | 314 | 2 | 61 | 0 | 24 | 452 | 62 | 74 |
| Binary | 11001000 | 1101000 | 11001100 | 10 | 110001 | 0 | 10100 | 100101010 | 110010 | 111100 |
Color Harmonies of #C868CC
Complementary color
Monochromatic Colors of #C868CC
Black with #C868CC
Text Example
Text Example
White with #C868CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868CC; }
p { color: rgb(200,104,204); }
H1.HeaderClassName
{
color: #C868CC;
}
.AnyTagClassName
{
color: #C868CC;
}
</style>
background-color css
<style>
a { background-color: #C868CC; }
a { background-color: rgb(200,104,204); }
div.DivClassName
{
background-color: #C868CC;
}
.BgClassName
{
background-color: #C868CC;
}
</style>
border-color css
<style>
span { border-color: #C868CC; }
span { border-color: rgb(200,104,204); }
td.TdClassName
{
border-color: #C868CC;
}
.TagClassName
{
border-color: #C868CC;
}
</style>