Shades of Orchid #C377CC
Tints of Orchid #C377CC
RGB
CMYK
RGB Variations
Color information
#C377CC (or 0xC377CC) is known color: Orchid. HEX triplet: C3, 77 and CC. RGB value is (195,119,204). Sum of RGB (Red+Green+Blue) = 195+119+204=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C377CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377CC is #3C8833. Grayscale: #979797. Windows color (decimal): -3967028 or 13400003. OLE color: 13400003.
HSL color Cylindrical-coordinate representation of color #C377CC: hue angle of 293.65º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C377CC is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 119 | 204 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.2 |
| HSL | 293.65º | 0.45% | 0.63% | - |
| HSV(B) | 293.65º | 0.42% | 0.8% | - |
| XYZ | 40 | 29.16 | 60.65 | - |
| YUV | 151.41 | 157.68 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 204 | 0.04 | 0.42 | 0 | 0.2 | 293.65 | 0.45 | 0.63 |
| Hex | C3 | 77 | CC | 4 | 2A | 0 | 14 | 126 | 2D | 3F |
| Octal | 303 | 167 | 314 | 4 | 52 | 0 | 24 | 446 | 55 | 77 |
| Binary | 11000011 | 1110111 | 11001100 | 100 | 101010 | 0 | 10100 | 100100110 | 101101 | 111111 |
Color Harmonies of #C377CC
Complementary color
Monochromatic Colors of #C377CC
Black with #C377CC
Text Example
Text Example
White with #C377CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377CC; }
p { color: rgb(195,119,204); }
H1.HeaderClassName
{
color: #C377CC;
}
.AnyTagClassName
{
color: #C377CC;
}
</style>
background-color css
<style>
a { background-color: #C377CC; }
a { background-color: rgb(195,119,204); }
div.DivClassName
{
background-color: #C377CC;
}
.BgClassName
{
background-color: #C377CC;
}
</style>
border-color css
<style>
span { border-color: #C377CC; }
span { border-color: rgb(195,119,204); }
td.TdClassName
{
border-color: #C377CC;
}
.TagClassName
{
border-color: #C377CC;
}
</style>