Shades of Orchid #C481CD
Tints of Orchid #C481CD
RGB
CMYK
RGB Variations
Color information
#C481CD (or 0xC481CD) is known color: Orchid. HEX triplet: C4, 81 and CD. RGB value is (196,129,205). Sum of RGB (Red+Green+Blue) = 196+129+205=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #C481CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481CD is #3B7E32. Grayscale: #9D9D9D. Windows color (decimal): -3898931 or 13468100. OLE color: 13468100.
HSL color Cylindrical-coordinate representation of color #C481CD: hue angle of 292.89º degrees, saturation: 0.43, 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 #C481CD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 129 | 205 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.20 |
| HSL | 292.89º | 0.43% | 0.65% | - |
| HSV(B) | 292.89º | 0.37% | 0.8% | - |
| XYZ | 41.63 | 31.84 | 61.71 | - |
| YUV | 157.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 205 | 0.04 | 0.37 | 0 | 0.20 | 292.89 | 0.43 | 0.65 |
| Hex | C4 | 81 | CD | 4 | 25 | 0 | 14 | 125 | 2B | 41 |
| Octal | 304 | 201 | 315 | 4 | 45 | 0 | 24 | 445 | 53 | 101 |
| Binary | 11000100 | 10000001 | 11001101 | 100 | 100101 | 0 | 10100 | 100100101 | 101011 | 1000001 |
Color Harmonies of #C481CD
Complementary color
Monochromatic Colors of #C481CD
Black with #C481CD
Text Example
Text Example
White with #C481CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481CD; }
p { color: rgb(196,129,205); }
H1.HeaderClassName
{
color: #C481CD;
}
.AnyTagClassName
{
color: #C481CD;
}
</style>
background-color css
<style>
a { background-color: #C481CD; }
a { background-color: rgb(196,129,205); }
div.DivClassName
{
background-color: #C481CD;
}
.BgClassName
{
background-color: #C481CD;
}
</style>
border-color css
<style>
span { border-color: #C481CD; }
span { border-color: rgb(196,129,205); }
td.TdClassName
{
border-color: #C481CD;
}
.TagClassName
{
border-color: #C481CD;
}
</style>