Shades of Medium Orchid #C666D4
Tints of Medium Orchid #C666D4
RGB
CMYK
RGB Variations
Color information
#C666D4 (or 0xC666D4) is known color: Medium Orchid. HEX triplet: C6, 66 and D4. RGB value is (198,102,212). Sum of RGB (Red+Green+Blue) = 198+102+212=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #C666D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666D4 is #39992B. Grayscale: #8E8E8E. Windows color (decimal): -3774764 or 13919942. OLE color: 13919942.
HSL color Cylindrical-coordinate representation of color #C666D4: hue angle of 292.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C666D4 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 102 | 212 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.17 |
| HSL | 292.36º | 0.56% | 0.62% | - |
| HSV(B) | 292.36º | 0.52% | 0.83% | - |
| XYZ | 39.92 | 26.26 | 65.25 | - |
| YUV | 143.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 212 | 0.07 | 0.52 | 0 | 0.17 | 292.36 | 0.56 | 0.62 |
| Hex | C6 | 66 | D4 | 7 | 34 | 0 | 11 | 124 | 38 | 3E |
| Octal | 306 | 146 | 324 | 7 | 64 | 0 | 21 | 444 | 70 | 76 |
| Binary | 11000110 | 1100110 | 11010100 | 111 | 110100 | 0 | 10001 | 100100100 | 111000 | 111110 |
Color Harmonies of #C666D4
Complementary color
Monochromatic Colors of #C666D4
Black with #C666D4
Text Example
Text Example
White with #C666D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666D4; }
p { color: rgb(198,102,212); }
H1.HeaderClassName
{
color: #C666D4;
}
.AnyTagClassName
{
color: #C666D4;
}
</style>
background-color css
<style>
a { background-color: #C666D4; }
a { background-color: rgb(198,102,212); }
div.DivClassName
{
background-color: #C666D4;
}
.BgClassName
{
background-color: #C666D4;
}
</style>
border-color css
<style>
span { border-color: #C666D4; }
span { border-color: rgb(198,102,212); }
td.TdClassName
{
border-color: #C666D4;
}
.TagClassName
{
border-color: #C666D4;
}
</style>