Shades of Orchid #C378DF
Tints of Orchid #C378DF
RGB
CMYK
RGB Variations
Color information
#C378DF (or 0xC378DF) is known color: Orchid. HEX triplet: C3, 78 and DF. RGB value is (195,120,223). Sum of RGB (Red+Green+Blue) = 195+120+223=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #C378DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378DF is #3C8720. Grayscale: #999999. Windows color (decimal): -3966753 or 14645443. OLE color: 14645443.
HSL color Cylindrical-coordinate representation of color #C378DF: hue angle of 283.69º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C378DF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 120 | 223 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.13 |
| HSL | 283.69º | 0.62% | 0.67% | - |
| HSV(B) | 283.69º | 0.46% | 0.87% | - |
| XYZ | 42.54 | 30.36 | 73.43 | - |
| YUV | 154.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 223 | 0.13 | 0.46 | 0 | 0.13 | 283.69 | 0.62 | 0.67 |
| Hex | C3 | 78 | DF | D | 2E | 0 | D | 11C | 3E | 43 |
| Octal | 303 | 170 | 337 | 15 | 56 | 0 | 15 | 434 | 76 | 103 |
| Binary | 11000011 | 1111000 | 11011111 | 1101 | 101110 | 0 | 1101 | 100011100 | 111110 | 1000011 |
Color Harmonies of #C378DF
Complementary color
Monochromatic Colors of #C378DF
Black with #C378DF
Text Example
Text Example
White with #C378DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378DF; }
p { color: rgb(195,120,223); }
H1.HeaderClassName
{
color: #C378DF;
}
.AnyTagClassName
{
color: #C378DF;
}
</style>
background-color css
<style>
a { background-color: #C378DF; }
a { background-color: rgb(195,120,223); }
div.DivClassName
{
background-color: #C378DF;
}
.BgClassName
{
background-color: #C378DF;
}
</style>
border-color css
<style>
span { border-color: #C378DF; }
span { border-color: rgb(195,120,223); }
td.TdClassName
{
border-color: #C378DF;
}
.TagClassName
{
border-color: #C378DF;
}
</style>