Shades of Medium Orchid #C066D3
Tints of Medium Orchid #C066D3
RGB
CMYK
RGB Variations
Color information
#C066D3 (or 0xC066D3) is known color: Medium Orchid. HEX triplet: C0, 66 and D3. RGB value is (192,102,211). Sum of RGB (Red+Green+Blue) = 192+102+211=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #C066D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066D3 is #3F992C. Grayscale: #8C8C8C. Windows color (decimal): -4167981 or 13854400. OLE color: 13854400.
HSL color Cylindrical-coordinate representation of color #C066D3: hue angle of 289.54º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C066D3 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 102 | 211 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.17 |
| HSL | 289.54º | 0.55% | 0.61% | - |
| HSV(B) | 289.54º | 0.52% | 0.83% | - |
| XYZ | 38.25 | 25.41 | 64.52 | - |
| YUV | 141.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 211 | 0.09 | 0.52 | 0 | 0.17 | 289.54 | 0.55 | 0.61 |
| Hex | C0 | 66 | D3 | 9 | 34 | 0 | 11 | 122 | 37 | 3D |
| Octal | 300 | 146 | 323 | 11 | 64 | 0 | 21 | 442 | 67 | 75 |
| Binary | 11000000 | 1100110 | 11010011 | 1001 | 110100 | 0 | 10001 | 100100010 | 110111 | 111101 |
Color Harmonies of #C066D3
Complementary color
Monochromatic Colors of #C066D3
Black with #C066D3
Text Example
Text Example
White with #C066D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066D3; }
p { color: rgb(192,102,211); }
H1.HeaderClassName
{
color: #C066D3;
}
.AnyTagClassName
{
color: #C066D3;
}
</style>
background-color css
<style>
a { background-color: #C066D3; }
a { background-color: rgb(192,102,211); }
div.DivClassName
{
background-color: #C066D3;
}
.BgClassName
{
background-color: #C066D3;
}
</style>
border-color css
<style>
span { border-color: #C066D3; }
span { border-color: rgb(192,102,211); }
td.TdClassName
{
border-color: #C066D3;
}
.TagClassName
{
border-color: #C066D3;
}
</style>