Shades of Orchid #C575DB
Tints of Orchid #C575DB
RGB
CMYK
RGB Variations
Color information
#C575DB (or 0xC575DB) is known color: Orchid. HEX triplet: C5, 75 and DB. RGB value is (197,117,219). Sum of RGB (Red+Green+Blue) = 197+117+219=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C575DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575DB is #3A8A24. Grayscale: #989898. Windows color (decimal): -3836453 or 14382533. OLE color: 14382533.
HSL color Cylindrical-coordinate representation of color #C575DB: hue angle of 287.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C575DB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 117 | 219 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.14 |
| HSL | 287.06º | 0.59% | 0.66% | - |
| HSV(B) | 287.06º | 0.47% | 0.86% | - |
| XYZ | 42.17 | 29.71 | 70.53 | - |
| YUV | 152.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 219 | 0.10 | 0.47 | 0 | 0.14 | 287.06 | 0.59 | 0.66 |
| Hex | C5 | 75 | DB | A | 2F | 0 | E | 11F | 3B | 42 |
| Octal | 305 | 165 | 333 | 12 | 57 | 0 | 16 | 437 | 73 | 102 |
| Binary | 11000101 | 1110101 | 11011011 | 1010 | 101111 | 0 | 1110 | 100011111 | 111011 | 1000010 |
Color Harmonies of #C575DB
Complementary color
Monochromatic Colors of #C575DB
Black with #C575DB
Text Example
Text Example
White with #C575DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575DB; }
p { color: rgb(197,117,219); }
H1.HeaderClassName
{
color: #C575DB;
}
.AnyTagClassName
{
color: #C575DB;
}
</style>
background-color css
<style>
a { background-color: #C575DB; }
a { background-color: rgb(197,117,219); }
div.DivClassName
{
background-color: #C575DB;
}
.BgClassName
{
background-color: #C575DB;
}
</style>
border-color css
<style>
span { border-color: #C575DB; }
span { border-color: rgb(197,117,219); }
td.TdClassName
{
border-color: #C575DB;
}
.TagClassName
{
border-color: #C575DB;
}
</style>