Shades of Orchid #C875E5
Tints of Orchid #C875E5
RGB
CMYK
RGB Variations
Color information
#C875E5 (or 0xC875E5) is known color: Orchid. HEX triplet: C8, 75 and E5. RGB value is (200,117,229). Sum of RGB (Red+Green+Blue) = 200+117+229=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #C875E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C875E5 is #378A1A. Grayscale: #9A9A9A. Windows color (decimal): -3639835 or 15037896. OLE color: 15037896.
HSL color Cylindrical-coordinate representation of color #C875E5: hue angle of 284.46º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C875E5 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 117 | 229 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.10 |
| HSL | 284.46º | 0.68% | 0.68% | - |
| HSV(B) | 284.46º | 0.49% | 0.9% | - |
| XYZ | 44.32 | 30.66 | 77.71 | - |
| YUV | 154.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 229 | 0.13 | 0.49 | 0 | 0.10 | 284.46 | 0.68 | 0.68 |
| Hex | C8 | 75 | E5 | D | 31 | 0 | A | 11C | 44 | 44 |
| Octal | 310 | 165 | 345 | 15 | 61 | 0 | 12 | 434 | 104 | 104 |
| Binary | 11001000 | 1110101 | 11100101 | 1101 | 110001 | 0 | 1010 | 100011100 | 1000100 | 1000100 |
Color Harmonies of #C875E5
Complementary color
Monochromatic Colors of #C875E5
Black with #C875E5
Text Example
Text Example
White with #C875E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C875E5; }
p { color: rgb(200,117,229); }
H1.HeaderClassName
{
color: #C875E5;
}
.AnyTagClassName
{
color: #C875E5;
}
</style>
background-color css
<style>
a { background-color: #C875E5; }
a { background-color: rgb(200,117,229); }
div.DivClassName
{
background-color: #C875E5;
}
.BgClassName
{
background-color: #C875E5;
}
</style>
border-color css
<style>
span { border-color: #C875E5; }
span { border-color: rgb(200,117,229); }
td.TdClassName
{
border-color: #C875E5;
}
.TagClassName
{
border-color: #C875E5;
}
</style>