Shades of Orchid #C675DD
Tints of Orchid #C675DD
RGB
CMYK
RGB Variations
Color information
#C675DD (or 0xC675DD) is known color: Orchid. HEX triplet: C6, 75 and DD. RGB value is (198,117,221). Sum of RGB (Red+Green+Blue) = 198+117+221=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C675DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C675DD is #398A22. Grayscale: #989898. Windows color (decimal): -3770915 or 14513606. OLE color: 14513606.
HSL color Cylindrical-coordinate representation of color #C675DD: hue angle of 286.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C675DD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 117 | 221 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.13 |
| HSL | 286.73º | 0.6% | 0.66% | - |
| HSV(B) | 286.73º | 0.47% | 0.87% | - |
| XYZ | 42.7 | 29.95 | 71.94 | - |
| YUV | 153.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 221 | 0.10 | 0.47 | 0 | 0.13 | 286.73 | 0.6 | 0.66 |
| Hex | C6 | 75 | DD | A | 2F | 0 | D | 11F | 3C | 42 |
| Octal | 306 | 165 | 335 | 12 | 57 | 0 | 15 | 437 | 74 | 102 |
| Binary | 11000110 | 1110101 | 11011101 | 1010 | 101111 | 0 | 1101 | 100011111 | 111100 | 1000010 |
Color Harmonies of #C675DD
Complementary color
Monochromatic Colors of #C675DD
Black with #C675DD
Text Example
Text Example
White with #C675DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C675DD; }
p { color: rgb(198,117,221); }
H1.HeaderClassName
{
color: #C675DD;
}
.AnyTagClassName
{
color: #C675DD;
}
</style>
background-color css
<style>
a { background-color: #C675DD; }
a { background-color: rgb(198,117,221); }
div.DivClassName
{
background-color: #C675DD;
}
.BgClassName
{
background-color: #C675DD;
}
</style>
border-color css
<style>
span { border-color: #C675DD; }
span { border-color: rgb(198,117,221); }
td.TdClassName
{
border-color: #C675DD;
}
.TagClassName
{
border-color: #C675DD;
}
</style>