Shades of Orchid #C274D0
Tints of Orchid #C274D0
RGB
CMYK
RGB Variations
Color information
#C274D0 (or 0xC274D0) is known color: Orchid. HEX triplet: C2, 74 and D0. RGB value is (194,116,208). Sum of RGB (Red+Green+Blue) = 194+116+208=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #C274D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274D0 is #3D8B2F. Grayscale: #959595. Windows color (decimal): -4033328 or 13661378. OLE color: 13661378.
HSL color Cylindrical-coordinate representation of color #C274D0: hue angle of 290.87º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C274D0 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 116 | 208 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.18 |
| HSL | 290.87º | 0.49% | 0.64% | - |
| HSV(B) | 290.87º | 0.44% | 0.82% | - |
| XYZ | 39.88 | 28.51 | 63.08 | - |
| YUV | 149.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 208 | 0.07 | 0.44 | 0 | 0.18 | 290.87 | 0.49 | 0.64 |
| Hex | C2 | 74 | D0 | 7 | 2C | 0 | 12 | 123 | 31 | 40 |
| Octal | 302 | 164 | 320 | 7 | 54 | 0 | 22 | 443 | 61 | 100 |
| Binary | 11000010 | 1110100 | 11010000 | 111 | 101100 | 0 | 10010 | 100100011 | 110001 | 1000000 |
Color Harmonies of #C274D0
Complementary color
Monochromatic Colors of #C274D0
Black with #C274D0
Text Example
Text Example
White with #C274D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274D0; }
p { color: rgb(194,116,208); }
H1.HeaderClassName
{
color: #C274D0;
}
.AnyTagClassName
{
color: #C274D0;
}
</style>
background-color css
<style>
a { background-color: #C274D0; }
a { background-color: rgb(194,116,208); }
div.DivClassName
{
background-color: #C274D0;
}
.BgClassName
{
background-color: #C274D0;
}
</style>
border-color css
<style>
span { border-color: #C274D0; }
span { border-color: rgb(194,116,208); }
td.TdClassName
{
border-color: #C274D0;
}
.TagClassName
{
border-color: #C274D0;
}
</style>