Shades of Orchid #C675DF
Tints of Orchid #C675DF
RGB
CMYK
RGB Variations
Color information
#C675DF (or 0xC675DF) is known color: Orchid. HEX triplet: C6, 75 and DF. RGB value is (198,117,223). Sum of RGB (Red+Green+Blue) = 198+117+223=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #C675DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675DF is #398A20. Grayscale: #989898. Windows color (decimal): -3770913 or 14644678. OLE color: 14644678.
HSL color Cylindrical-coordinate representation of color #C675DF: hue angle of 285.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C675DF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 117 | 223 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.13 |
| HSL | 285.85º | 0.62% | 0.67% | - |
| HSV(B) | 285.85º | 0.48% | 0.87% | - |
| XYZ | 42.97 | 30.06 | 73.35 | - |
| YUV | 153.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 223 | 0.11 | 0.48 | 0 | 0.13 | 285.85 | 0.62 | 0.67 |
| Hex | C6 | 75 | DF | B | 30 | 0 | D | 11E | 3E | 43 |
| Octal | 306 | 165 | 337 | 13 | 60 | 0 | 15 | 436 | 76 | 103 |
| Binary | 11000110 | 1110101 | 11011111 | 1011 | 110000 | 0 | 1101 | 100011110 | 111110 | 1000011 |
Color Harmonies of #C675DF
Complementary color
Monochromatic Colors of #C675DF
Black with #C675DF
Text Example
Text Example
White with #C675DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675DF; }
p { color: rgb(198,117,223); }
H1.HeaderClassName
{
color: #C675DF;
}
.AnyTagClassName
{
color: #C675DF;
}
</style>
background-color css
<style>
a { background-color: #C675DF; }
a { background-color: rgb(198,117,223); }
div.DivClassName
{
background-color: #C675DF;
}
.BgClassName
{
background-color: #C675DF;
}
</style>
border-color css
<style>
span { border-color: #C675DF; }
span { border-color: rgb(198,117,223); }
td.TdClassName
{
border-color: #C675DF;
}
.TagClassName
{
border-color: #C675DF;
}
</style>