Shades of Orchid #C875C5
Tints of Orchid #C875C5
RGB
CMYK
RGB Variations
Color information
#C875C5 (or 0xC875C5) is known color: Orchid. HEX triplet: C8, 75 and C5. RGB value is (200,117,197). Sum of RGB (Red+Green+Blue) = 200+117+197=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C875C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875C5 is #378A3A. Grayscale: #969696. Windows color (decimal): -3639867 or 12940744. OLE color: 12940744.
HSL color Cylindrical-coordinate representation of color #C875C5: hue angle of 302.17º 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 #C875C5 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 197 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.22 |
| HSL | 302.17º | 0.43% | 0.62% | - |
| HSV(B) | 302.17º | 0.42% | 0.78% | - |
| XYZ | 40.26 | 29.03 | 56.31 | - |
| YUV | 150.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 197 | 0 | 0.42 | 0.02 | 0.22 | 302.17 | 0.43 | 0.62 |
| Hex | C8 | 75 | C5 | 0 | 2A | 2 | 16 | 12E | 2B | 3E |
| Octal | 310 | 165 | 305 | 0 | 52 | 2 | 26 | 456 | 53 | 76 |
| Binary | 11001000 | 1110101 | 11000101 | 0 | 101010 | 10 | 10110 | 100101110 | 101011 | 111110 |
Color Harmonies of #C875C5
Complementary color
Monochromatic Colors of #C875C5
Black with #C875C5
Text Example
Text Example
White with #C875C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875C5; }
p { color: rgb(200,117,197); }
H1.HeaderClassName
{
color: #C875C5;
}
.AnyTagClassName
{
color: #C875C5;
}
</style>
background-color css
<style>
a { background-color: #C875C5; }
a { background-color: rgb(200,117,197); }
div.DivClassName
{
background-color: #C875C5;
}
.BgClassName
{
background-color: #C875C5;
}
</style>
border-color css
<style>
span { border-color: #C875C5; }
span { border-color: rgb(200,117,197); }
td.TdClassName
{
border-color: #C875C5;
}
.TagClassName
{
border-color: #C875C5;
}
</style>