Shades of Orchid #C885CF
Tints of Orchid #C885CF
RGB
CMYK
RGB Variations
Color information
#C885CF (or 0xC885CF) is known color: Orchid. HEX triplet: C8, 85 and CF. RGB value is (200,133,207). Sum of RGB (Red+Green+Blue) = 200+133+207=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #C885CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885CF is #377A30. Grayscale: #A1A1A1. Windows color (decimal): -3635761 or 13600200. OLE color: 13600200.
HSL color Cylindrical-coordinate representation of color #C885CF: hue angle of 294.32º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C885CF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 133 | 207 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.19 |
| HSL | 294.32º | 0.44% | 0.67% | - |
| HSV(B) | 294.32º | 0.36% | 0.81% | - |
| XYZ | 43.47 | 33.56 | 63.22 | - |
| YUV | 161.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 207 | 0.03 | 0.36 | 0 | 0.19 | 294.32 | 0.44 | 0.67 |
| Hex | C8 | 85 | CF | 3 | 24 | 0 | 13 | 126 | 2C | 43 |
| Octal | 310 | 205 | 317 | 3 | 44 | 0 | 23 | 446 | 54 | 103 |
| Binary | 11001000 | 10000101 | 11001111 | 11 | 100100 | 0 | 10011 | 100100110 | 101100 | 1000011 |
Color Harmonies of #C885CF
Complementary color
Monochromatic Colors of #C885CF
Black with #C885CF
Text Example
Text Example
White with #C885CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885CF; }
p { color: rgb(200,133,207); }
H1.HeaderClassName
{
color: #C885CF;
}
.AnyTagClassName
{
color: #C885CF;
}
</style>
background-color css
<style>
a { background-color: #C885CF; }
a { background-color: rgb(200,133,207); }
div.DivClassName
{
background-color: #C885CF;
}
.BgClassName
{
background-color: #C885CF;
}
</style>
border-color css
<style>
span { border-color: #C885CF; }
span { border-color: rgb(200,133,207); }
td.TdClassName
{
border-color: #C885CF;
}
.TagClassName
{
border-color: #C885CF;
}
</style>