Shades of Orchid #C672D1
Tints of Orchid #C672D1
RGB
CMYK
RGB Variations
Color information
#C672D1 (or 0xC672D1) is known color: Orchid. HEX triplet: C6, 72 and D1. RGB value is (198,114,209). Sum of RGB (Red+Green+Blue) = 198+114+209=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #C672D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672D1 is #398D2E. Grayscale: #959595. Windows color (decimal): -3771695 or 13726406. OLE color: 13726406.
HSL color Cylindrical-coordinate representation of color #C672D1: hue angle of 293.05º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C672D1 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 114 | 209 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.18 |
| HSL | 293.05º | 0.51% | 0.63% | - |
| HSV(B) | 293.05º | 0.45% | 0.82% | - |
| XYZ | 40.81 | 28.64 | 63.7 | - |
| YUV | 149.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 209 | 0.05 | 0.45 | 0 | 0.18 | 293.05 | 0.51 | 0.63 |
| Hex | C6 | 72 | D1 | 5 | 2D | 0 | 12 | 125 | 33 | 3F |
| Octal | 306 | 162 | 321 | 5 | 55 | 0 | 22 | 445 | 63 | 77 |
| Binary | 11000110 | 1110010 | 11010001 | 101 | 101101 | 0 | 10010 | 100100101 | 110011 | 111111 |
Color Harmonies of #C672D1
Complementary color
Monochromatic Colors of #C672D1
Black with #C672D1
Text Example
Text Example
White with #C672D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672D1; }
p { color: rgb(198,114,209); }
H1.HeaderClassName
{
color: #C672D1;
}
.AnyTagClassName
{
color: #C672D1;
}
</style>
background-color css
<style>
a { background-color: #C672D1; }
a { background-color: rgb(198,114,209); }
div.DivClassName
{
background-color: #C672D1;
}
.BgClassName
{
background-color: #C672D1;
}
</style>
border-color css
<style>
span { border-color: #C672D1; }
span { border-color: rgb(198,114,209); }
td.TdClassName
{
border-color: #C672D1;
}
.TagClassName
{
border-color: #C672D1;
}
</style>