Shades of Orchid #C377BE
Tints of Orchid #C377BE
RGB
CMYK
RGB Variations
Color information
#C377BE (or 0xC377BE) is known color: Orchid. HEX triplet: C3, 77 and BE. RGB value is (195,119,190). Sum of RGB (Red+Green+Blue) = 195+119+190=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C377BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377BE is #3C8841. Grayscale: #959595. Windows color (decimal): -3967042 or 12482499. OLE color: 12482499.
HSL color Cylindrical-coordinate representation of color #C377BE: hue angle of 303.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377BE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 190 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.24 |
| HSL | 303.95º | 0.39% | 0.62% | - |
| HSV(B) | 303.95º | 0.39% | 0.76% | - |
| XYZ | 38.4 | 28.51 | 52.2 | - |
| YUV | 149.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 190 | 0 | 0.39 | 0.03 | 0.24 | 303.95 | 0.39 | 0.62 |
| Hex | C3 | 77 | BE | 0 | 27 | 3 | 18 | 130 | 27 | 3E |
| Octal | 303 | 167 | 276 | 0 | 47 | 3 | 30 | 460 | 47 | 76 |
| Binary | 11000011 | 1110111 | 10111110 | 0 | 100111 | 11 | 11000 | 100110000 | 100111 | 111110 |
Color Harmonies of #C377BE
Complementary color
Monochromatic Colors of #C377BE
Black with #C377BE
Text Example
Text Example
White with #C377BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377BE; }
p { color: rgb(195,119,190); }
H1.HeaderClassName
{
color: #C377BE;
}
.AnyTagClassName
{
color: #C377BE;
}
</style>
background-color css
<style>
a { background-color: #C377BE; }
a { background-color: rgb(195,119,190); }
div.DivClassName
{
background-color: #C377BE;
}
.BgClassName
{
background-color: #C377BE;
}
</style>
border-color css
<style>
span { border-color: #C377BE; }
span { border-color: rgb(195,119,190); }
td.TdClassName
{
border-color: #C377BE;
}
.TagClassName
{
border-color: #C377BE;
}
</style>