Shades of Orchid #C875BC
Tints of Orchid #C875BC
RGB
CMYK
RGB Variations
Color information
#C875BC (or 0xC875BC) is known color: Orchid. HEX triplet: C8, 75 and BC. RGB value is (200,117,188). Sum of RGB (Red+Green+Blue) = 200+117+188=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C875BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875BC is #378A43. Grayscale: #959595. Windows color (decimal): -3639876 or 12350920. OLE color: 12350920.
HSL color Cylindrical-coordinate representation of color #C875BC: hue angle of 308.67º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C875BC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 188 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.22 |
| HSL | 308.67º | 0.43% | 0.62% | - |
| HSV(B) | 308.67º | 0.42% | 0.78% | - |
| XYZ | 39.26 | 28.63 | 51.03 | - |
| YUV | 149.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 188 | 0 | 0.42 | 0.06 | 0.22 | 308.67 | 0.43 | 0.62 |
| Hex | C8 | 75 | BC | 0 | 2A | 6 | 16 | 135 | 2B | 3E |
| Octal | 310 | 165 | 274 | 0 | 52 | 6 | 26 | 465 | 53 | 76 |
| Binary | 11001000 | 1110101 | 10111100 | 0 | 101010 | 110 | 10110 | 100110101 | 101011 | 111110 |
Color Harmonies of #C875BC
Complementary color
Monochromatic Colors of #C875BC
Black with #C875BC
Text Example
Text Example
White with #C875BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875BC; }
p { color: rgb(200,117,188); }
H1.HeaderClassName
{
color: #C875BC;
}
.AnyTagClassName
{
color: #C875BC;
}
</style>
background-color css
<style>
a { background-color: #C875BC; }
a { background-color: rgb(200,117,188); }
div.DivClassName
{
background-color: #C875BC;
}
.BgClassName
{
background-color: #C875BC;
}
</style>
border-color css
<style>
span { border-color: #C875BC; }
span { border-color: rgb(200,117,188); }
td.TdClassName
{
border-color: #C875BC;
}
.TagClassName
{
border-color: #C875BC;
}
</style>