Shades of Orchid #C670DA
Tints of Orchid #C670DA
RGB
CMYK
RGB Variations
Color information
#C670DA (or 0xC670DA) is known color: Orchid. HEX triplet: C6, 70 and DA. RGB value is (198,112,218). Sum of RGB (Red+Green+Blue) = 198+112+218=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #C670DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670DA is #398F25. Grayscale: #959595. Windows color (decimal): -3772198 or 14315718. OLE color: 14315718.
HSL color Cylindrical-coordinate representation of color #C670DA: hue angle of 288.68º 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 #C670DA is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 112 | 218 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.15 |
| HSL | 288.68º | 0.59% | 0.65% | - |
| HSV(B) | 288.68º | 0.49% | 0.85% | - |
| XYZ | 41.74 | 28.66 | 69.66 | - |
| YUV | 149.8 | 166.49 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 218 | 0.09 | 0.49 | 0 | 0.15 | 288.68 | 0.59 | 0.65 |
| Hex | C6 | 70 | DA | 9 | 31 | 0 | F | 121 | 3B | 41 |
| Octal | 306 | 160 | 332 | 11 | 61 | 0 | 17 | 441 | 73 | 101 |
| Binary | 11000110 | 1110000 | 11011010 | 1001 | 110001 | 0 | 1111 | 100100001 | 111011 | 1000001 |
Color Harmonies of #C670DA
Complementary color
Monochromatic Colors of #C670DA
Black with #C670DA
Text Example
Text Example
White with #C670DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670DA; }
p { color: rgb(198,112,218); }
H1.HeaderClassName
{
color: #C670DA;
}
.AnyTagClassName
{
color: #C670DA;
}
</style>
background-color css
<style>
a { background-color: #C670DA; }
a { background-color: rgb(198,112,218); }
div.DivClassName
{
background-color: #C670DA;
}
.BgClassName
{
background-color: #C670DA;
}
</style>
border-color css
<style>
span { border-color: #C670DA; }
span { border-color: rgb(198,112,218); }
td.TdClassName
{
border-color: #C670DA;
}
.TagClassName
{
border-color: #C670DA;
}
</style>