Shades of Orchid #C672D2
Tints of Orchid #C672D2
RGB
CMYK
RGB Variations
Color information
#C672D2 (or 0xC672D2) is known color: Orchid. HEX triplet: C6, 72 and D2. RGB value is (198,114,210). Sum of RGB (Red+Green+Blue) = 198+114+210=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #C672D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672D2 is #398D2D. Grayscale: #959595. Windows color (decimal): -3771694 or 13791942. OLE color: 13791942.
HSL color Cylindrical-coordinate representation of color #C672D2: hue angle of 292.5º 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 #C672D2 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 114 | 210 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.18 |
| HSL | 292.5º | 0.52% | 0.64% | - |
| HSV(B) | 292.5º | 0.46% | 0.82% | - |
| XYZ | 40.94 | 28.69 | 64.35 | - |
| YUV | 150.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 210 | 0.06 | 0.46 | 0 | 0.18 | 292.5 | 0.52 | 0.64 |
| Hex | C6 | 72 | D2 | 6 | 2E | 0 | 12 | 124 | 34 | 40 |
| Octal | 306 | 162 | 322 | 6 | 56 | 0 | 22 | 444 | 64 | 100 |
| Binary | 11000110 | 1110010 | 11010010 | 110 | 101110 | 0 | 10010 | 100100100 | 110100 | 1000000 |
Color Harmonies of #C672D2
Complementary color
Monochromatic Colors of #C672D2
Black with #C672D2
Text Example
Text Example
White with #C672D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672D2; }
p { color: rgb(198,114,210); }
H1.HeaderClassName
{
color: #C672D2;
}
.AnyTagClassName
{
color: #C672D2;
}
</style>
background-color css
<style>
a { background-color: #C672D2; }
a { background-color: rgb(198,114,210); }
div.DivClassName
{
background-color: #C672D2;
}
.BgClassName
{
background-color: #C672D2;
}
</style>
border-color css
<style>
span { border-color: #C672D2; }
span { border-color: rgb(198,114,210); }
td.TdClassName
{
border-color: #C672D2;
}
.TagClassName
{
border-color: #C672D2;
}
</style>