Shades of Orchid #C378DD
Tints of Orchid #C378DD
RGB
CMYK
RGB Variations
Color information
#C378DD (or 0xC378DD) is known color: Orchid. HEX triplet: C3, 78 and DD. RGB value is (195,120,221). Sum of RGB (Red+Green+Blue) = 195+120+221=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C378DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378DD is #3C8722. Grayscale: #999999. Windows color (decimal): -3966755 or 14514371. OLE color: 14514371.
HSL color Cylindrical-coordinate representation of color #C378DD: hue angle of 284.55º degrees, saturation: 0.6, 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 #C378DD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 120 | 221 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.13 |
| HSL | 284.55º | 0.6% | 0.67% | - |
| HSV(B) | 284.55º | 0.46% | 0.87% | - |
| XYZ | 42.27 | 30.26 | 72.02 | - |
| YUV | 153.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 221 | 0.12 | 0.46 | 0 | 0.13 | 284.55 | 0.6 | 0.67 |
| Hex | C3 | 78 | DD | C | 2E | 0 | D | 11D | 3C | 43 |
| Octal | 303 | 170 | 335 | 14 | 56 | 0 | 15 | 435 | 74 | 103 |
| Binary | 11000011 | 1111000 | 11011101 | 1100 | 101110 | 0 | 1101 | 100011101 | 111100 | 1000011 |
Color Harmonies of #C378DD
Complementary color
Monochromatic Colors of #C378DD
Black with #C378DD
Text Example
Text Example
White with #C378DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378DD; }
p { color: rgb(195,120,221); }
H1.HeaderClassName
{
color: #C378DD;
}
.AnyTagClassName
{
color: #C378DD;
}
</style>
background-color css
<style>
a { background-color: #C378DD; }
a { background-color: rgb(195,120,221); }
div.DivClassName
{
background-color: #C378DD;
}
.BgClassName
{
background-color: #C378DD;
}
</style>
border-color css
<style>
span { border-color: #C378DD; }
span { border-color: rgb(195,120,221); }
td.TdClassName
{
border-color: #C378DD;
}
.TagClassName
{
border-color: #C378DD;
}
</style>