Shades of Orchid #C672E0
Tints of Orchid #C672E0
RGB
CMYK
RGB Variations
Color information
#C672E0 (or 0xC672E0) is known color: Orchid. HEX triplet: C6, 72 and E0. RGB value is (198,114,224). Sum of RGB (Red+Green+Blue) = 198+114+224=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #C672E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672E0 is #398D1F. Grayscale: #979797. Windows color (decimal): -3771680 or 14709446. OLE color: 14709446.
HSL color Cylindrical-coordinate representation of color #C672E0: hue angle of 285.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C672E0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 114 | 224 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.12 |
| HSL | 285.82º | 0.64% | 0.66% | - |
| HSV(B) | 285.82º | 0.49% | 0.88% | - |
| XYZ | 42.76 | 29.42 | 73.95 | - |
| YUV | 151.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 224 | 0.12 | 0.49 | 0 | 0.12 | 285.82 | 0.64 | 0.66 |
| Hex | C6 | 72 | E0 | C | 31 | 0 | C | 11E | 40 | 42 |
| Octal | 306 | 162 | 340 | 14 | 61 | 0 | 14 | 436 | 100 | 102 |
| Binary | 11000110 | 1110010 | 11100000 | 1100 | 110001 | 0 | 1100 | 100011110 | 1000000 | 1000010 |
Color Harmonies of #C672E0
Complementary color
Monochromatic Colors of #C672E0
Black with #C672E0
Text Example
Text Example
White with #C672E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672E0; }
p { color: rgb(198,114,224); }
H1.HeaderClassName
{
color: #C672E0;
}
.AnyTagClassName
{
color: #C672E0;
}
</style>
background-color css
<style>
a { background-color: #C672E0; }
a { background-color: rgb(198,114,224); }
div.DivClassName
{
background-color: #C672E0;
}
.BgClassName
{
background-color: #C672E0;
}
</style>
border-color css
<style>
span { border-color: #C672E0; }
span { border-color: rgb(198,114,224); }
td.TdClassName
{
border-color: #C672E0;
}
.TagClassName
{
border-color: #C672E0;
}
</style>