Shades of Orchid #C575DD
Tints of Orchid #C575DD
RGB
CMYK
RGB Variations
Color information
#C575DD (or 0xC575DD) is known color: Orchid. HEX triplet: C5, 75 and DD. RGB value is (197,117,221). Sum of RGB (Red+Green+Blue) = 197+117+221=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C575DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575DD is #3A8A22. Grayscale: #989898. Windows color (decimal): -3836451 or 14513605. OLE color: 14513605.
HSL color Cylindrical-coordinate representation of color #C575DD: hue angle of 286.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C575DD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 117 | 221 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.13 |
| HSL | 286.15º | 0.6% | 0.66% | - |
| HSV(B) | 286.15º | 0.47% | 0.87% | - |
| XYZ | 42.44 | 29.81 | 71.92 | - |
| YUV | 152.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 221 | 0.11 | 0.47 | 0 | 0.13 | 286.15 | 0.6 | 0.66 |
| Hex | C5 | 75 | DD | B | 2F | 0 | D | 11E | 3C | 42 |
| Octal | 305 | 165 | 335 | 13 | 57 | 0 | 15 | 436 | 74 | 102 |
| Binary | 11000101 | 1110101 | 11011101 | 1011 | 101111 | 0 | 1101 | 100011110 | 111100 | 1000010 |
Color Harmonies of #C575DD
Complementary color
Monochromatic Colors of #C575DD
Black with #C575DD
Text Example
Text Example
White with #C575DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575DD; }
p { color: rgb(197,117,221); }
H1.HeaderClassName
{
color: #C575DD;
}
.AnyTagClassName
{
color: #C575DD;
}
</style>
background-color css
<style>
a { background-color: #C575DD; }
a { background-color: rgb(197,117,221); }
div.DivClassName
{
background-color: #C575DD;
}
.BgClassName
{
background-color: #C575DD;
}
</style>
border-color css
<style>
span { border-color: #C575DD; }
span { border-color: rgb(197,117,221); }
td.TdClassName
{
border-color: #C575DD;
}
.TagClassName
{
border-color: #C575DD;
}
</style>