Shades of Orchid #C975C4
Tints of Orchid #C975C4
RGB
CMYK
RGB Variations
Color information
#C975C4 (or 0xC975C4) is known color: Orchid. HEX triplet: C9, 75 and C4. RGB value is (201,117,196). Sum of RGB (Red+Green+Blue) = 201+117+196=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C975C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975C4 is #368A3B. Grayscale: #969696. Windows color (decimal): -3574332 or 12875209. OLE color: 12875209.
HSL color Cylindrical-coordinate representation of color #C975C4: hue angle of 303.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 #C975C4 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 196 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.21 |
| HSL | 303.57º | 0.44% | 0.62% | - |
| HSV(B) | 303.57º | 0.42% | 0.79% | - |
| XYZ | 40.41 | 29.13 | 55.72 | - |
| YUV | 151.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 196 | 0 | 0.42 | 0.02 | 0.21 | 303.57 | 0.44 | 0.62 |
| Hex | C9 | 75 | C4 | 0 | 2A | 2 | 15 | 130 | 2C | 3E |
| Octal | 311 | 165 | 304 | 0 | 52 | 2 | 25 | 460 | 54 | 76 |
| Binary | 11001001 | 1110101 | 11000100 | 0 | 101010 | 10 | 10101 | 100110000 | 101100 | 111110 |
Color Harmonies of #C975C4
Complementary color
Monochromatic Colors of #C975C4
Black with #C975C4
Text Example
Text Example
White with #C975C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C975C4; }
p { color: rgb(201,117,196); }
H1.HeaderClassName
{
color: #C975C4;
}
.AnyTagClassName
{
color: #C975C4;
}
</style>
background-color css
<style>
a { background-color: #C975C4; }
a { background-color: rgb(201,117,196); }
div.DivClassName
{
background-color: #C975C4;
}
.BgClassName
{
background-color: #C975C4;
}
</style>
border-color css
<style>
span { border-color: #C975C4; }
span { border-color: rgb(201,117,196); }
td.TdClassName
{
border-color: #C975C4;
}
.TagClassName
{
border-color: #C975C4;
}
</style>