Shades of Orchid #C975B6
Tints of Orchid #C975B6
RGB
CMYK
RGB Variations
Color information
#C975B6 (or 0xC975B6) is known color: Orchid. HEX triplet: C9, 75 and B6. RGB value is (201,117,182). Sum of RGB (Red+Green+Blue) = 201+117+182=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C975B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975B6 is #368A49. Grayscale: #959595. Windows color (decimal): -3574346 or 11957705. OLE color: 11957705.
HSL color Cylindrical-coordinate representation of color #C975B6: hue angle of 313.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C975B6 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 182 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.21 |
| HSL | 313.57º | 0.44% | 0.62% | - |
| HSV(B) | 313.57º | 0.42% | 0.79% | - |
| XYZ | 38.89 | 28.52 | 47.71 | - |
| YUV | 149.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 182 | 0 | 0.42 | 0.09 | 0.21 | 313.57 | 0.44 | 0.62 |
| Hex | C9 | 75 | B6 | 0 | 2A | 9 | 15 | 13A | 2C | 3E |
| Octal | 311 | 165 | 266 | 0 | 52 | 11 | 25 | 472 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10110110 | 0 | 101010 | 1001 | 10101 | 100111010 | 101100 | 111110 |
Color Harmonies of #C975B6
Complementary color
Monochromatic Colors of #C975B6
Black with #C975B6
Text Example
Text Example
White with #C975B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975B6; }
p { color: rgb(201,117,182); }
H1.HeaderClassName
{
color: #C975B6;
}
.AnyTagClassName
{
color: #C975B6;
}
</style>
background-color css
<style>
a { background-color: #C975B6; }
a { background-color: rgb(201,117,182); }
div.DivClassName
{
background-color: #C975B6;
}
.BgClassName
{
background-color: #C975B6;
}
</style>
border-color css
<style>
span { border-color: #C975B6; }
span { border-color: rgb(201,117,182); }
td.TdClassName
{
border-color: #C975B6;
}
.TagClassName
{
border-color: #C975B6;
}
</style>