Shades of Orchid #C273D3
Tints of Orchid #C273D3
RGB
CMYK
RGB Variations
Color information
#C273D3 (or 0xC273D3) is known color: Orchid. HEX triplet: C2, 73 and D3. RGB value is (194,115,211). Sum of RGB (Red+Green+Blue) = 194+115+211=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #C273D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273D3 is #3D8C2C. Grayscale: #959595. Windows color (decimal): -4033581 or 13857730. OLE color: 13857730.
HSL color Cylindrical-coordinate representation of color #C273D3: hue angle of 289.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C273D3 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 115 | 211 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.17 |
| HSL | 289.38º | 0.52% | 0.64% | - |
| HSV(B) | 289.38º | 0.45% | 0.83% | - |
| XYZ | 40.14 | 28.43 | 65 | - |
| YUV | 149.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 211 | 0.08 | 0.45 | 0 | 0.17 | 289.38 | 0.52 | 0.64 |
| Hex | C2 | 73 | D3 | 8 | 2D | 0 | 11 | 121 | 34 | 40 |
| Octal | 302 | 163 | 323 | 10 | 55 | 0 | 21 | 441 | 64 | 100 |
| Binary | 11000010 | 1110011 | 11010011 | 1000 | 101101 | 0 | 10001 | 100100001 | 110100 | 1000000 |
Color Harmonies of #C273D3
Complementary color
Monochromatic Colors of #C273D3
Black with #C273D3
Text Example
Text Example
White with #C273D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273D3; }
p { color: rgb(194,115,211); }
H1.HeaderClassName
{
color: #C273D3;
}
.AnyTagClassName
{
color: #C273D3;
}
</style>
background-color css
<style>
a { background-color: #C273D3; }
a { background-color: rgb(194,115,211); }
div.DivClassName
{
background-color: #C273D3;
}
.BgClassName
{
background-color: #C273D3;
}
</style>
border-color css
<style>
span { border-color: #C273D3; }
span { border-color: rgb(194,115,211); }
td.TdClassName
{
border-color: #C273D3;
}
.TagClassName
{
border-color: #C273D3;
}
</style>