Shades of Orchid #C281CE
Tints of Orchid #C281CE
RGB
CMYK
RGB Variations
Color information
#C281CE (or 0xC281CE) is known color: Orchid. HEX triplet: C2, 81 and CE. RGB value is (194,129,206). Sum of RGB (Red+Green+Blue) = 194+129+206=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #C281CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281CE is #3D7E31. Grayscale: #9C9C9C. Windows color (decimal): -4030002 or 13533634. OLE color: 13533634.
HSL color Cylindrical-coordinate representation of color #C281CE: hue angle of 290.65º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C281CE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 129 | 206 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.19 |
| HSL | 290.65º | 0.44% | 0.66% | - |
| HSV(B) | 290.65º | 0.37% | 0.81% | - |
| XYZ | 41.24 | 31.63 | 62.32 | - |
| YUV | 157.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 206 | 0.06 | 0.37 | 0 | 0.19 | 290.65 | 0.44 | 0.66 |
| Hex | C2 | 81 | CE | 6 | 25 | 0 | 13 | 123 | 2C | 42 |
| Octal | 302 | 201 | 316 | 6 | 45 | 0 | 23 | 443 | 54 | 102 |
| Binary | 11000010 | 10000001 | 11001110 | 110 | 100101 | 0 | 10011 | 100100011 | 101100 | 1000010 |
Color Harmonies of #C281CE
Complementary color
Monochromatic Colors of #C281CE
Black with #C281CE
Text Example
Text Example
White with #C281CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281CE; }
p { color: rgb(194,129,206); }
H1.HeaderClassName
{
color: #C281CE;
}
.AnyTagClassName
{
color: #C281CE;
}
</style>
background-color css
<style>
a { background-color: #C281CE; }
a { background-color: rgb(194,129,206); }
div.DivClassName
{
background-color: #C281CE;
}
.BgClassName
{
background-color: #C281CE;
}
</style>
border-color css
<style>
span { border-color: #C281CE; }
span { border-color: rgb(194,129,206); }
td.TdClassName
{
border-color: #C281CE;
}
.TagClassName
{
border-color: #C281CE;
}
</style>