Shades of Orchid #C378CF
Tints of Orchid #C378CF
RGB
CMYK
RGB Variations
Color information
#C378CF (or 0xC378CF) is known color: Orchid. HEX triplet: C3, 78 and CF. RGB value is (195,120,207). Sum of RGB (Red+Green+Blue) = 195+120+207=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #C378CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378CF is #3C8730. Grayscale: #989898. Windows color (decimal): -3966769 or 13596867. OLE color: 13596867.
HSL color Cylindrical-coordinate representation of color #C378CF: hue angle of 291.72º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C378CF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 120 | 207 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.19 |
| HSL | 291.72º | 0.48% | 0.64% | - |
| HSV(B) | 291.72º | 0.42% | 0.81% | - |
| XYZ | 40.48 | 29.54 | 62.6 | - |
| YUV | 152.34 | 158.85 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 207 | 0.06 | 0.42 | 0 | 0.19 | 291.72 | 0.48 | 0.64 |
| Hex | C3 | 78 | CF | 6 | 2A | 0 | 13 | 124 | 30 | 40 |
| Octal | 303 | 170 | 317 | 6 | 52 | 0 | 23 | 444 | 60 | 100 |
| Binary | 11000011 | 1111000 | 11001111 | 110 | 101010 | 0 | 10011 | 100100100 | 110000 | 1000000 |
Color Harmonies of #C378CF
Complementary color
Monochromatic Colors of #C378CF
Black with #C378CF
Text Example
Text Example
White with #C378CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378CF; }
p { color: rgb(195,120,207); }
H1.HeaderClassName
{
color: #C378CF;
}
.AnyTagClassName
{
color: #C378CF;
}
</style>
background-color css
<style>
a { background-color: #C378CF; }
a { background-color: rgb(195,120,207); }
div.DivClassName
{
background-color: #C378CF;
}
.BgClassName
{
background-color: #C378CF;
}
</style>
border-color css
<style>
span { border-color: #C378CF; }
span { border-color: rgb(195,120,207); }
td.TdClassName
{
border-color: #C378CF;
}
.TagClassName
{
border-color: #C378CF;
}
</style>