Shades of Orchid #C66FDA
Tints of Orchid #C66FDA
RGB
CMYK
RGB Variations
Color information
#C66FDA (or 0xC66FDA) is known color: Orchid. HEX triplet: C6, 6F and DA. RGB value is (198,111,218). Sum of RGB (Red+Green+Blue) = 198+111+218=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C66FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FDA is #399025. Grayscale: #949494. Windows color (decimal): -3772454 or 14315462. OLE color: 14315462.
HSL color Cylindrical-coordinate representation of color #C66FDA: hue angle of 288.79º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66FDA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 111 | 218 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.15 |
| HSL | 288.79º | 0.59% | 0.65% | - |
| HSV(B) | 288.79º | 0.49% | 0.85% | - |
| XYZ | 41.63 | 28.44 | 69.62 | - |
| YUV | 149.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 218 | 0.09 | 0.49 | 0 | 0.15 | 288.79 | 0.59 | 0.65 |
| Hex | C6 | 6F | DA | 9 | 31 | 0 | F | 121 | 3B | 41 |
| Octal | 306 | 157 | 332 | 11 | 61 | 0 | 17 | 441 | 73 | 101 |
| Binary | 11000110 | 1101111 | 11011010 | 1001 | 110001 | 0 | 1111 | 100100001 | 111011 | 1000001 |
Color Harmonies of #C66FDA
Complementary color
Monochromatic Colors of #C66FDA
Black with #C66FDA
Text Example
Text Example
White with #C66FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FDA; }
p { color: rgb(198,111,218); }
H1.HeaderClassName
{
color: #C66FDA;
}
.AnyTagClassName
{
color: #C66FDA;
}
</style>
background-color css
<style>
a { background-color: #C66FDA; }
a { background-color: rgb(198,111,218); }
div.DivClassName
{
background-color: #C66FDA;
}
.BgClassName
{
background-color: #C66FDA;
}
</style>
border-color css
<style>
span { border-color: #C66FDA; }
span { border-color: rgb(198,111,218); }
td.TdClassName
{
border-color: #C66FDA;
}
.TagClassName
{
border-color: #C66FDA;
}
</style>