Shades of Orchid #C281CF
Tints of Orchid #C281CF
RGB
CMYK
RGB Variations
Color information
#C281CF (or 0xC281CF) is known color: Orchid. HEX triplet: C2, 81 and CF. RGB value is (194,129,207). Sum of RGB (Red+Green+Blue) = 194+129+207=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #C281CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281CF is #3D7E30. Grayscale: #9D9D9D. Windows color (decimal): -4030001 or 13599170. OLE color: 13599170.
HSL color Cylindrical-coordinate representation of color #C281CF: hue angle of 290º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C281CF is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 129 | 207 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.19 |
| HSL | 290º | 0.45% | 0.66% | - |
| HSV(B) | 290º | 0.38% | 0.81% | - |
| XYZ | 41.36 | 31.67 | 62.97 | - |
| YUV | 157.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 207 | 0.06 | 0.38 | 0 | 0.19 | 290 | 0.45 | 0.66 |
| Hex | C2 | 81 | CF | 6 | 26 | 0 | 13 | 122 | 2D | 42 |
| Octal | 302 | 201 | 317 | 6 | 46 | 0 | 23 | 442 | 55 | 102 |
| Binary | 11000010 | 10000001 | 11001111 | 110 | 100110 | 0 | 10011 | 100100010 | 101101 | 1000010 |
Color Harmonies of #C281CF
Complementary color
Monochromatic Colors of #C281CF
Black with #C281CF
Text Example
Text Example
White with #C281CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281CF; }
p { color: rgb(194,129,207); }
H1.HeaderClassName
{
color: #C281CF;
}
.AnyTagClassName
{
color: #C281CF;
}
</style>
background-color css
<style>
a { background-color: #C281CF; }
a { background-color: rgb(194,129,207); }
div.DivClassName
{
background-color: #C281CF;
}
.BgClassName
{
background-color: #C281CF;
}
</style>
border-color css
<style>
span { border-color: #C281CF; }
span { border-color: rgb(194,129,207); }
td.TdClassName
{
border-color: #C281CF;
}
.TagClassName
{
border-color: #C281CF;
}
</style>