Shades of Orchid #C784CF
Tints of Orchid #C784CF
RGB
CMYK
RGB Variations
Color information
#C784CF (or 0xC784CF) is known color: Orchid. HEX triplet: C7, 84 and CF. RGB value is (199,132,207). Sum of RGB (Red+Green+Blue) = 199+132+207=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #C784CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C784CF is #387B30. Grayscale: #A0A0A0. Windows color (decimal): -3701553 or 13599943. OLE color: 13599943.
HSL color Cylindrical-coordinate representation of color #C784CF: hue angle of 293.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C784CF is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 132 | 207 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.19 |
| HSL | 293.6º | 0.44% | 0.66% | - |
| HSV(B) | 293.6º | 0.36% | 0.81% | - |
| XYZ | 43.07 | 33.15 | 63.16 | - |
| YUV | 160.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 207 | 0.04 | 0.36 | 0 | 0.19 | 293.6 | 0.44 | 0.66 |
| Hex | C7 | 84 | CF | 4 | 24 | 0 | 13 | 126 | 2C | 42 |
| Octal | 307 | 204 | 317 | 4 | 44 | 0 | 23 | 446 | 54 | 102 |
| Binary | 11000111 | 10000100 | 11001111 | 100 | 100100 | 0 | 10011 | 100100110 | 101100 | 1000010 |
Color Harmonies of #C784CF
Complementary color
Monochromatic Colors of #C784CF
Black with #C784CF
Text Example
Text Example
White with #C784CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C784CF; }
p { color: rgb(199,132,207); }
H1.HeaderClassName
{
color: #C784CF;
}
.AnyTagClassName
{
color: #C784CF;
}
</style>
background-color css
<style>
a { background-color: #C784CF; }
a { background-color: rgb(199,132,207); }
div.DivClassName
{
background-color: #C784CF;
}
.BgClassName
{
background-color: #C784CF;
}
</style>
border-color css
<style>
span { border-color: #C784CF; }
span { border-color: rgb(199,132,207); }
td.TdClassName
{
border-color: #C784CF;
}
.TagClassName
{
border-color: #C784CF;
}
</style>