Shades of Orchid #C784D2
Tints of Orchid #C784D2
RGB
CMYK
RGB Variations
Color information
#C784D2 (or 0xC784D2) is known color: Orchid. HEX triplet: C7, 84 and D2. RGB value is (199,132,210). Sum of RGB (Red+Green+Blue) = 199+132+210=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #C784D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C784D2 is #387B2D. Grayscale: #A0A0A0. Windows color (decimal): -3701550 or 13796551. OLE color: 13796551.
HSL color Cylindrical-coordinate representation of color #C784D2: hue angle of 291.54º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C784D2 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 132 | 210 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.18 |
| HSL | 291.54º | 0.46% | 0.67% | - |
| HSV(B) | 291.54º | 0.37% | 0.82% | - |
| XYZ | 43.44 | 33.3 | 65.11 | - |
| YUV | 160.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 210 | 0.05 | 0.37 | 0 | 0.18 | 291.54 | 0.46 | 0.67 |
| Hex | C7 | 84 | D2 | 5 | 25 | 0 | 12 | 124 | 2E | 43 |
| Octal | 307 | 204 | 322 | 5 | 45 | 0 | 22 | 444 | 56 | 103 |
| Binary | 11000111 | 10000100 | 11010010 | 101 | 100101 | 0 | 10010 | 100100100 | 101110 | 1000011 |
Color Harmonies of #C784D2
Complementary color
Monochromatic Colors of #C784D2
Black with #C784D2
Text Example
Text Example
White with #C784D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C784D2; }
p { color: rgb(199,132,210); }
H1.HeaderClassName
{
color: #C784D2;
}
.AnyTagClassName
{
color: #C784D2;
}
</style>
background-color css
<style>
a { background-color: #C784D2; }
a { background-color: rgb(199,132,210); }
div.DivClassName
{
background-color: #C784D2;
}
.BgClassName
{
background-color: #C784D2;
}
</style>
border-color css
<style>
span { border-color: #C784D2; }
span { border-color: rgb(199,132,210); }
td.TdClassName
{
border-color: #C784D2;
}
.TagClassName
{
border-color: #C784D2;
}
</style>