Shades of Orchid #C281CC
Tints of Orchid #C281CC
RGB
CMYK
RGB Variations
Color information
#C281CC (or 0xC281CC) is known color: Orchid. HEX triplet: C2, 81 and CC. RGB value is (194,129,204). Sum of RGB (Red+Green+Blue) = 194+129+204=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C281CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281CC is #3D7E33. Grayscale: #9C9C9C. Windows color (decimal): -4030004 or 13402562. OLE color: 13402562.
HSL color Cylindrical-coordinate representation of color #C281CC: hue angle of 292º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C281CC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 129 | 204 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.2 |
| HSL | 292º | 0.42% | 0.65% | - |
| HSV(B) | 292º | 0.37% | 0.8% | - |
| XYZ | 41 | 31.53 | 61.05 | - |
| YUV | 156.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 204 | 0.05 | 0.37 | 0 | 0.2 | 292 | 0.42 | 0.65 |
| Hex | C2 | 81 | CC | 5 | 25 | 0 | 14 | 124 | 2A | 41 |
| Octal | 302 | 201 | 314 | 5 | 45 | 0 | 24 | 444 | 52 | 101 |
| Binary | 11000010 | 10000001 | 11001100 | 101 | 100101 | 0 | 10100 | 100100100 | 101010 | 1000001 |
Color Harmonies of #C281CC
Complementary color
Monochromatic Colors of #C281CC
Black with #C281CC
Text Example
Text Example
White with #C281CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281CC; }
p { color: rgb(194,129,204); }
H1.HeaderClassName
{
color: #C281CC;
}
.AnyTagClassName
{
color: #C281CC;
}
</style>
background-color css
<style>
a { background-color: #C281CC; }
a { background-color: rgb(194,129,204); }
div.DivClassName
{
background-color: #C281CC;
}
.BgClassName
{
background-color: #C281CC;
}
</style>
border-color css
<style>
span { border-color: #C281CC; }
span { border-color: rgb(194,129,204); }
td.TdClassName
{
border-color: #C281CC;
}
.TagClassName
{
border-color: #C281CC;
}
</style>