Shades of Orchid #C867CF
Tints of Orchid #C867CF
RGB
CMYK
RGB Variations
Color information
#C867CF (or 0xC867CF) is known color: Orchid. HEX triplet: C8, 67 and CF. RGB value is (200,103,207). Sum of RGB (Red+Green+Blue) = 200+103+207=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #C867CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867CF is #379830. Grayscale: #8F8F8F. Windows color (decimal): -3643441 or 13592520. OLE color: 13592520.
HSL color Cylindrical-coordinate representation of color #C867CF: hue angle of 295.96º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C867CF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 103 | 207 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.19 |
| HSL | 295.96º | 0.52% | 0.61% | - |
| HSV(B) | 295.96º | 0.5% | 0.81% | - |
| XYZ | 39.93 | 26.48 | 62.04 | - |
| YUV | 143.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 207 | 0.03 | 0.50 | 0 | 0.19 | 295.96 | 0.52 | 0.61 |
| Hex | C8 | 67 | CF | 3 | 32 | 0 | 13 | 128 | 34 | 3D |
| Octal | 310 | 147 | 317 | 3 | 62 | 0 | 23 | 450 | 64 | 75 |
| Binary | 11001000 | 1100111 | 11001111 | 11 | 110010 | 0 | 10011 | 100101000 | 110100 | 111101 |
Color Harmonies of #C867CF
Complementary color
Monochromatic Colors of #C867CF
Black with #C867CF
Text Example
Text Example
White with #C867CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867CF; }
p { color: rgb(200,103,207); }
H1.HeaderClassName
{
color: #C867CF;
}
.AnyTagClassName
{
color: #C867CF;
}
</style>
background-color css
<style>
a { background-color: #C867CF; }
a { background-color: rgb(200,103,207); }
div.DivClassName
{
background-color: #C867CF;
}
.BgClassName
{
background-color: #C867CF;
}
</style>
border-color css
<style>
span { border-color: #C867CF; }
span { border-color: rgb(200,103,207); }
td.TdClassName
{
border-color: #C867CF;
}
.TagClassName
{
border-color: #C867CF;
}
</style>