Shades of Orchid #C975DB
Tints of Orchid #C975DB
RGB
CMYK
RGB Variations
Color information
#C975DB (or 0xC975DB) is known color: Orchid. HEX triplet: C9, 75 and DB. RGB value is (201,117,219). Sum of RGB (Red+Green+Blue) = 201+117+219=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #C975DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975DB is #368A24. Grayscale: #999999. Windows color (decimal): -3574309 or 14382537. OLE color: 14382537.
HSL color Cylindrical-coordinate representation of color #C975DB: hue angle of 289.41º 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 #C975DB is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 117 | 219 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.14 |
| HSL | 289.41º | 0.59% | 0.66% | - |
| HSV(B) | 289.41º | 0.47% | 0.86% | - |
| XYZ | 43.23 | 30.25 | 70.58 | - |
| YUV | 153.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 219 | 0.08 | 0.47 | 0 | 0.14 | 289.41 | 0.59 | 0.66 |
| Hex | C9 | 75 | DB | 8 | 2F | 0 | E | 121 | 3B | 42 |
| Octal | 311 | 165 | 333 | 10 | 57 | 0 | 16 | 441 | 73 | 102 |
| Binary | 11001001 | 1110101 | 11011011 | 1000 | 101111 | 0 | 1110 | 100100001 | 111011 | 1000010 |
Color Harmonies of #C975DB
Complementary color
Monochromatic Colors of #C975DB
Black with #C975DB
Text Example
Text Example
White with #C975DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975DB; }
p { color: rgb(201,117,219); }
H1.HeaderClassName
{
color: #C975DB;
}
.AnyTagClassName
{
color: #C975DB;
}
</style>
background-color css
<style>
a { background-color: #C975DB; }
a { background-color: rgb(201,117,219); }
div.DivClassName
{
background-color: #C975DB;
}
.BgClassName
{
background-color: #C975DB;
}
</style>
border-color css
<style>
span { border-color: #C975DB; }
span { border-color: rgb(201,117,219); }
td.TdClassName
{
border-color: #C975DB;
}
.TagClassName
{
border-color: #C975DB;
}
</style>