Shades of Orchid #C975D2
Tints of Orchid #C975D2
RGB
CMYK
RGB Variations
Color information
#C975D2 (or 0xC975D2) is known color: Orchid. HEX triplet: C9, 75 and D2. RGB value is (201,117,210). Sum of RGB (Red+Green+Blue) = 201+117+210=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #C975D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975D2 is #368A2D. Grayscale: #989898. Windows color (decimal): -3574318 or 13792713. OLE color: 13792713.
HSL color Cylindrical-coordinate representation of color #C975D2: hue angle of 294.19º degrees, saturation: 0.51, 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 #C975D2 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 117 | 210 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.18 |
| HSL | 294.19º | 0.51% | 0.64% | - |
| HSV(B) | 294.19º | 0.44% | 0.82% | - |
| XYZ | 42.08 | 29.79 | 64.51 | - |
| YUV | 152.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 210 | 0.04 | 0.44 | 0 | 0.18 | 294.19 | 0.51 | 0.64 |
| Hex | C9 | 75 | D2 | 4 | 2C | 0 | 12 | 126 | 33 | 40 |
| Octal | 311 | 165 | 322 | 4 | 54 | 0 | 22 | 446 | 63 | 100 |
| Binary | 11001001 | 1110101 | 11010010 | 100 | 101100 | 0 | 10010 | 100100110 | 110011 | 1000000 |
Color Harmonies of #C975D2
Complementary color
Monochromatic Colors of #C975D2
Black with #C975D2
Text Example
Text Example
White with #C975D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975D2; }
p { color: rgb(201,117,210); }
H1.HeaderClassName
{
color: #C975D2;
}
.AnyTagClassName
{
color: #C975D2;
}
</style>
background-color css
<style>
a { background-color: #C975D2; }
a { background-color: rgb(201,117,210); }
div.DivClassName
{
background-color: #C975D2;
}
.BgClassName
{
background-color: #C975D2;
}
</style>
border-color css
<style>
span { border-color: #C975D2; }
span { border-color: rgb(201,117,210); }
td.TdClassName
{
border-color: #C975D2;
}
.TagClassName
{
border-color: #C975D2;
}
</style>