Shades of Orchid #C972D2
Tints of Orchid #C972D2
RGB
CMYK
RGB Variations
Color information
#C972D2 (or 0xC972D2) is known color: Orchid. HEX triplet: C9, 72 and D2. RGB value is (201,114,210). Sum of RGB (Red+Green+Blue) = 201+114+210=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 210 - color contains mainly: blue. Hex color #C972D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972D2 is #368D2D. Grayscale: #969696. Windows color (decimal): -3575086 or 13791945. OLE color: 13791945.
HSL color Cylindrical-coordinate representation of color #C972D2: hue angle of 294.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C972D2 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 114 | 210 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.18 |
| HSL | 294.38º | 0.52% | 0.64% | - |
| HSV(B) | 294.38º | 0.46% | 0.82% | - |
| XYZ | 41.74 | 29.11 | 64.39 | - |
| YUV | 150.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 210 | 0.04 | 0.46 | 0 | 0.18 | 294.38 | 0.52 | 0.64 |
| Hex | C9 | 72 | D2 | 4 | 2E | 0 | 12 | 126 | 34 | 40 |
| Octal | 311 | 162 | 322 | 4 | 56 | 0 | 22 | 446 | 64 | 100 |
| Binary | 11001001 | 1110010 | 11010010 | 100 | 101110 | 0 | 10010 | 100100110 | 110100 | 1000000 |
Color Harmonies of #C972D2
Complementary color
Monochromatic Colors of #C972D2
Black with #C972D2
Text Example
Text Example
White with #C972D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972D2; }
p { color: rgb(201,114,210); }
H1.HeaderClassName
{
color: #C972D2;
}
.AnyTagClassName
{
color: #C972D2;
}
</style>
background-color css
<style>
a { background-color: #C972D2; }
a { background-color: rgb(201,114,210); }
div.DivClassName
{
background-color: #C972D2;
}
.BgClassName
{
background-color: #C972D2;
}
</style>
border-color css
<style>
span { border-color: #C972D2; }
span { border-color: rgb(201,114,210); }
td.TdClassName
{
border-color: #C972D2;
}
.TagClassName
{
border-color: #C972D2;
}
</style>