Shades of Orchid #C975D0
Tints of Orchid #C975D0
RGB
CMYK
RGB Variations
Color information
#C975D0 (or 0xC975D0) is known color: Orchid. HEX triplet: C9, 75 and D0. RGB value is (201,117,208). Sum of RGB (Red+Green+Blue) = 201+117+208=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #C975D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975D0 is #368A2F. Grayscale: #989898. Windows color (decimal): -3574320 or 13661641. OLE color: 13661641.
HSL color Cylindrical-coordinate representation of color #C975D0: hue angle of 295.38º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C975D0 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 117 | 208 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.18 |
| HSL | 295.38º | 0.49% | 0.64% | - |
| HSV(B) | 295.38º | 0.44% | 0.82% | - |
| XYZ | 41.83 | 29.69 | 63.2 | - |
| YUV | 152.49 | 159.33 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 208 | 0.03 | 0.44 | 0 | 0.18 | 295.38 | 0.49 | 0.64 |
| Hex | C9 | 75 | D0 | 3 | 2C | 0 | 12 | 127 | 31 | 40 |
| Octal | 311 | 165 | 320 | 3 | 54 | 0 | 22 | 447 | 61 | 100 |
| Binary | 11001001 | 1110101 | 11010000 | 11 | 101100 | 0 | 10010 | 100100111 | 110001 | 1000000 |
Color Harmonies of #C975D0
Complementary color
Monochromatic Colors of #C975D0
Black with #C975D0
Text Example
Text Example
White with #C975D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975D0; }
p { color: rgb(201,117,208); }
H1.HeaderClassName
{
color: #C975D0;
}
.AnyTagClassName
{
color: #C975D0;
}
</style>
background-color css
<style>
a { background-color: #C975D0; }
a { background-color: rgb(201,117,208); }
div.DivClassName
{
background-color: #C975D0;
}
.BgClassName
{
background-color: #C975D0;
}
</style>
border-color css
<style>
span { border-color: #C975D0; }
span { border-color: rgb(201,117,208); }
td.TdClassName
{
border-color: #C975D0;
}
.TagClassName
{
border-color: #C975D0;
}
</style>