Shades of Medium Orchid #C256D7
Tints of Medium Orchid #C256D7
RGB
CMYK
RGB Variations
Color information
#C256D7 (or 0xC256D7) is known color: Medium Orchid. HEX triplet: C2, 56 and D7. RGB value is (194,86,215). Sum of RGB (Red+Green+Blue) = 194+86+215=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #C256D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256D7 is #3DA928. Grayscale: #848484. Windows color (decimal): -4041001 or 14112450. OLE color: 14112450.
HSL color Cylindrical-coordinate representation of color #C256D7: hue angle of 290.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C256D7 is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 86 | 215 | - |
| CMYK | 0.10 | 0.6 | 0 | 0.16 |
| HSL | 290.23º | 0.62% | 0.59% | - |
| HSV(B) | 290.23º | 0.6% | 0.84% | - |
| XYZ | 37.84 | 23.03 | 66.74 | - |
| YUV | 133 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 215 | 0.10 | 0.6 | 0 | 0.16 | 290.23 | 0.62 | 0.59 |
| Hex | C2 | 56 | D7 | A | 3C | 0 | 10 | 122 | 3E | 3B |
| Octal | 302 | 126 | 327 | 12 | 74 | 0 | 20 | 442 | 76 | 73 |
| Binary | 11000010 | 1010110 | 11010111 | 1010 | 111100 | 0 | 10000 | 100100010 | 111110 | 111011 |
Color Harmonies of #C256D7
Complementary color
Monochromatic Colors of #C256D7
Black with #C256D7
Text Example
Text Example
White with #C256D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256D7; }
p { color: rgb(194,86,215); }
H1.HeaderClassName
{
color: #C256D7;
}
.AnyTagClassName
{
color: #C256D7;
}
</style>
background-color css
<style>
a { background-color: #C256D7; }
a { background-color: rgb(194,86,215); }
div.DivClassName
{
background-color: #C256D7;
}
.BgClassName
{
background-color: #C256D7;
}
</style>
border-color css
<style>
span { border-color: #C256D7; }
span { border-color: rgb(194,86,215); }
td.TdClassName
{
border-color: #C256D7;
}
.TagClassName
{
border-color: #C256D7;
}
</style>