Shades of Orchid #C985D4
Tints of Orchid #C985D4
RGB
CMYK
RGB Variations
Color information
#C985D4 (or 0xC985D4) is known color: Orchid. HEX triplet: C9, 85 and D4. RGB value is (201,133,212). Sum of RGB (Red+Green+Blue) = 201+133+212=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: blue. Hex color #C985D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985D4 is #367A2B. Grayscale: #A2A2A2. Windows color (decimal): -3570220 or 13927881. OLE color: 13927881.
HSL color Cylindrical-coordinate representation of color #C985D4: hue angle of 291.65º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C985D4 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 133 | 212 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.17 |
| HSL | 291.65º | 0.48% | 0.68% | - |
| HSV(B) | 291.65º | 0.37% | 0.83% | - |
| XYZ | 44.36 | 33.95 | 66.5 | - |
| YUV | 162.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 212 | 0.05 | 0.37 | 0 | 0.17 | 291.65 | 0.48 | 0.68 |
| Hex | C9 | 85 | D4 | 5 | 25 | 0 | 11 | 124 | 30 | 44 |
| Octal | 311 | 205 | 324 | 5 | 45 | 0 | 21 | 444 | 60 | 104 |
| Binary | 11001001 | 10000101 | 11010100 | 101 | 100101 | 0 | 10001 | 100100100 | 110000 | 1000100 |
Color Harmonies of #C985D4
Complementary color
Monochromatic Colors of #C985D4
Black with #C985D4
Text Example
Text Example
White with #C985D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985D4; }
p { color: rgb(201,133,212); }
H1.HeaderClassName
{
color: #C985D4;
}
.AnyTagClassName
{
color: #C985D4;
}
</style>
background-color css
<style>
a { background-color: #C985D4; }
a { background-color: rgb(201,133,212); }
div.DivClassName
{
background-color: #C985D4;
}
.BgClassName
{
background-color: #C985D4;
}
</style>
border-color css
<style>
span { border-color: #C985D4; }
span { border-color: rgb(201,133,212); }
td.TdClassName
{
border-color: #C985D4;
}
.TagClassName
{
border-color: #C985D4;
}
</style>