Shades of Orchid #C378C8
Tints of Orchid #C378C8
RGB
CMYK
RGB Variations
Color information
#C378C8 (or 0xC378C8) is known color: Orchid. HEX triplet: C3, 78 and C8. RGB value is (195,120,200). Sum of RGB (Red+Green+Blue) = 195+120+200=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #C378C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378C8 is #3C8737. Grayscale: #979797. Windows color (decimal): -3966776 or 13138115. OLE color: 13138115.
HSL color Cylindrical-coordinate representation of color #C378C8: hue angle of 296.25º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C378C8 is Cyan = 0.02, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 120 | 200 | - |
| CMYK | 0.02 | 0.4 | 0 | 0.22 |
| HSL | 296.25º | 0.42% | 0.63% | - |
| HSV(B) | 296.25º | 0.4% | 0.78% | - |
| XYZ | 39.65 | 29.21 | 58.19 | - |
| YUV | 151.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 200 | 0.02 | 0.4 | 0 | 0.22 | 296.25 | 0.42 | 0.63 |
| Hex | C3 | 78 | C8 | 2 | 28 | 0 | 16 | 128 | 2A | 3F |
| Octal | 303 | 170 | 310 | 2 | 50 | 0 | 26 | 450 | 52 | 77 |
| Binary | 11000011 | 1111000 | 11001000 | 10 | 101000 | 0 | 10110 | 100101000 | 101010 | 111111 |
Color Harmonies of #C378C8
Complementary color
Monochromatic Colors of #C378C8
Black with #C378C8
Text Example
Text Example
White with #C378C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378C8; }
p { color: rgb(195,120,200); }
H1.HeaderClassName
{
color: #C378C8;
}
.AnyTagClassName
{
color: #C378C8;
}
</style>
background-color css
<style>
a { background-color: #C378C8; }
a { background-color: rgb(195,120,200); }
div.DivClassName
{
background-color: #C378C8;
}
.BgClassName
{
background-color: #C378C8;
}
</style>
border-color css
<style>
span { border-color: #C378C8; }
span { border-color: rgb(195,120,200); }
td.TdClassName
{
border-color: #C378C8;
}
.TagClassName
{
border-color: #C378C8;
}
</style>