Shades of Orchid #C975DA
Tints of Orchid #C975DA
RGB
CMYK
RGB Variations
Color information
#C975DA (or 0xC975DA) is known color: Orchid. HEX triplet: C9, 75 and DA. RGB value is (201,117,218). Sum of RGB (Red+Green+Blue) = 201+117+218=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #C975DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975DA is #368A25. Grayscale: #999999. Windows color (decimal): -3574310 or 14317001. OLE color: 14317001.
HSL color Cylindrical-coordinate representation of color #C975DA: hue angle of 289.9º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C975DA is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 117 | 218 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.15 |
| HSL | 289.9º | 0.58% | 0.66% | - |
| HSV(B) | 289.9º | 0.46% | 0.85% | - |
| XYZ | 43.1 | 30.2 | 69.89 | - |
| YUV | 153.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 218 | 0.08 | 0.46 | 0 | 0.15 | 289.9 | 0.58 | 0.66 |
| Hex | C9 | 75 | DA | 8 | 2E | 0 | F | 122 | 3A | 42 |
| Octal | 311 | 165 | 332 | 10 | 56 | 0 | 17 | 442 | 72 | 102 |
| Binary | 11001001 | 1110101 | 11011010 | 1000 | 101110 | 0 | 1111 | 100100010 | 111010 | 1000010 |
Color Harmonies of #C975DA
Complementary color
Monochromatic Colors of #C975DA
Black with #C975DA
Text Example
Text Example
White with #C975DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975DA; }
p { color: rgb(201,117,218); }
H1.HeaderClassName
{
color: #C975DA;
}
.AnyTagClassName
{
color: #C975DA;
}
</style>
background-color css
<style>
a { background-color: #C975DA; }
a { background-color: rgb(201,117,218); }
div.DivClassName
{
background-color: #C975DA;
}
.BgClassName
{
background-color: #C975DA;
}
</style>
border-color css
<style>
span { border-color: #C975DA; }
span { border-color: rgb(201,117,218); }
td.TdClassName
{
border-color: #C975DA;
}
.TagClassName
{
border-color: #C975DA;
}
</style>