Shades of Orchid #D662C8
Tints of Orchid #D662C8
RGB
CMYK
RGB Variations
Color information
#D662C8 (or 0xD662C8) is known color: Orchid. HEX triplet: D6, 62 and C8. RGB value is (214,98,200). Sum of RGB (Red+Green+Blue) = 214+98+200=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D662C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662C8 is #299D37. Grayscale: #909090. Windows color (decimal): -2727224 or 13132502. OLE color: 13132502.
HSL color Cylindrical-coordinate representation of color #D662C8: hue angle of 307.24º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662C8 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 200 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.16 |
| HSL | 307.24º | 0.59% | 0.61% | - |
| HSV(B) | 307.24º | 0.54% | 0.84% | - |
| XYZ | 42.52 | 27.2 | 57.65 | - |
| YUV | 144.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 200 | 0 | 0.54 | 0.07 | 0.16 | 307.24 | 0.59 | 0.61 |
| Hex | D6 | 62 | C8 | 0 | 36 | 7 | 10 | 133 | 3B | 3D |
| Octal | 326 | 142 | 310 | 0 | 66 | 7 | 20 | 463 | 73 | 75 |
| Binary | 11010110 | 1100010 | 11001000 | 0 | 110110 | 111 | 10000 | 100110011 | 111011 | 111101 |
Color Harmonies of #D662C8
Complementary color
Monochromatic Colors of #D662C8
Black with #D662C8
Text Example
Text Example
White with #D662C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662C8; }
p { color: rgb(214,98,200); }
H1.HeaderClassName
{
color: #D662C8;
}
.AnyTagClassName
{
color: #D662C8;
}
</style>
background-color css
<style>
a { background-color: #D662C8; }
a { background-color: rgb(214,98,200); }
div.DivClassName
{
background-color: #D662C8;
}
.BgClassName
{
background-color: #D662C8;
}
</style>
border-color css
<style>
span { border-color: #D662C8; }
span { border-color: rgb(214,98,200); }
td.TdClassName
{
border-color: #D662C8;
}
.TagClassName
{
border-color: #D662C8;
}
</style>