Shades of Orchid #C377DD
Tints of Orchid #C377DD
RGB
CMYK
RGB Variations
Color information
#C377DD (or 0xC377DD) is known color: Orchid. HEX triplet: C3, 77 and DD. RGB value is (195,119,221). Sum of RGB (Red+Green+Blue) = 195+119+221=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C377DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377DD is #3C8822. Grayscale: #999999. Windows color (decimal): -3967011 or 14514115. OLE color: 14514115.
HSL color Cylindrical-coordinate representation of color #C377DD: hue angle of 284.71º 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 #C377DD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 119 | 221 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.13 |
| HSL | 284.71º | 0.6% | 0.67% | - |
| HSV(B) | 284.71º | 0.46% | 0.87% | - |
| XYZ | 42.15 | 30.02 | 71.98 | - |
| YUV | 153.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 221 | 0.12 | 0.46 | 0 | 0.13 | 284.71 | 0.6 | 0.67 |
| Hex | C3 | 77 | DD | C | 2E | 0 | D | 11D | 3C | 43 |
| Octal | 303 | 167 | 335 | 14 | 56 | 0 | 15 | 435 | 74 | 103 |
| Binary | 11000011 | 1110111 | 11011101 | 1100 | 101110 | 0 | 1101 | 100011101 | 111100 | 1000011 |
Color Harmonies of #C377DD
Complementary color
Monochromatic Colors of #C377DD
Black with #C377DD
Text Example
Text Example
White with #C377DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377DD; }
p { color: rgb(195,119,221); }
H1.HeaderClassName
{
color: #C377DD;
}
.AnyTagClassName
{
color: #C377DD;
}
</style>
background-color css
<style>
a { background-color: #C377DD; }
a { background-color: rgb(195,119,221); }
div.DivClassName
{
background-color: #C377DD;
}
.BgClassName
{
background-color: #C377DD;
}
</style>
border-color css
<style>
span { border-color: #C377DD; }
span { border-color: rgb(195,119,221); }
td.TdClassName
{
border-color: #C377DD;
}
.TagClassName
{
border-color: #C377DD;
}
</style>