Shades of Orchid #C783D4
Tints of Orchid #C783D4
RGB
CMYK
RGB Variations
Color information
#C783D4 (or 0xC783D4) is known color: Orchid. HEX triplet: C7, 83 and D4. RGB value is (199,131,212). Sum of RGB (Red+Green+Blue) = 199+131+212=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 212 - color contains mainly: blue. Hex color #C783D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C783D4 is #387C2B. Grayscale: #A0A0A0. Windows color (decimal): -3701804 or 13927367. OLE color: 13927367.
HSL color Cylindrical-coordinate representation of color #C783D4: hue angle of 290.37º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C783D4 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 131 | 212 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.17 |
| HSL | 290.37º | 0.49% | 0.67% | - |
| HSV(B) | 290.37º | 0.38% | 0.83% | - |
| XYZ | 43.55 | 33.13 | 66.39 | - |
| YUV | 160.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 212 | 0.06 | 0.38 | 0 | 0.17 | 290.37 | 0.49 | 0.67 |
| Hex | C7 | 83 | D4 | 6 | 26 | 0 | 11 | 122 | 31 | 43 |
| Octal | 307 | 203 | 324 | 6 | 46 | 0 | 21 | 442 | 61 | 103 |
| Binary | 11000111 | 10000011 | 11010100 | 110 | 100110 | 0 | 10001 | 100100010 | 110001 | 1000011 |
Color Harmonies of #C783D4
Complementary color
Monochromatic Colors of #C783D4
Black with #C783D4
Text Example
Text Example
White with #C783D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C783D4; }
p { color: rgb(199,131,212); }
H1.HeaderClassName
{
color: #C783D4;
}
.AnyTagClassName
{
color: #C783D4;
}
</style>
background-color css
<style>
a { background-color: #C783D4; }
a { background-color: rgb(199,131,212); }
div.DivClassName
{
background-color: #C783D4;
}
.BgClassName
{
background-color: #C783D4;
}
</style>
border-color css
<style>
span { border-color: #C783D4; }
span { border-color: rgb(199,131,212); }
td.TdClassName
{
border-color: #C783D4;
}
.TagClassName
{
border-color: #C783D4;
}
</style>