Shades of Orchid #C377C4
Tints of Orchid #C377C4
RGB
CMYK
RGB Variations
Color information
#C377C4 (or 0xC377C4) is known color: Orchid. HEX triplet: C3, 77 and C4. RGB value is (195,119,196). Sum of RGB (Red+Green+Blue) = 195+119+196=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 196 - color contains mainly: blue. Hex color #C377C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377C4 is #3C883B. Grayscale: #969696. Windows color (decimal): -3967036 or 12875715. OLE color: 12875715.
HSL color Cylindrical-coordinate representation of color #C377C4: hue angle of 299.22º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377C4 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 119 | 196 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.23 |
| HSL | 299.22º | 0.39% | 0.62% | - |
| HSV(B) | 299.22º | 0.39% | 0.77% | - |
| XYZ | 39.07 | 28.78 | 55.72 | - |
| YUV | 150.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 196 | 0.01 | 0.39 | 0 | 0.23 | 299.22 | 0.39 | 0.62 |
| Hex | C3 | 77 | C4 | 1 | 27 | 0 | 17 | 12B | 27 | 3E |
| Octal | 303 | 167 | 304 | 1 | 47 | 0 | 27 | 453 | 47 | 76 |
| Binary | 11000011 | 1110111 | 11000100 | 1 | 100111 | 0 | 10111 | 100101011 | 100111 | 111110 |
Color Harmonies of #C377C4
Complementary color
Monochromatic Colors of #C377C4
Black with #C377C4
Text Example
Text Example
White with #C377C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377C4; }
p { color: rgb(195,119,196); }
H1.HeaderClassName
{
color: #C377C4;
}
.AnyTagClassName
{
color: #C377C4;
}
</style>
background-color css
<style>
a { background-color: #C377C4; }
a { background-color: rgb(195,119,196); }
div.DivClassName
{
background-color: #C377C4;
}
.BgClassName
{
background-color: #C377C4;
}
</style>
border-color css
<style>
span { border-color: #C377C4; }
span { border-color: rgb(195,119,196); }
td.TdClassName
{
border-color: #C377C4;
}
.TagClassName
{
border-color: #C377C4;
}
</style>