Shades of Orchid #D662CC
Tints of Orchid #D662CC
RGB
CMYK
RGB Variations
Color information
#D662CC (or 0xD662CC) is known color: Orchid. HEX triplet: D6, 62 and CC. RGB value is (214,98,204). Sum of RGB (Red+Green+Blue) = 214+98+204=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D662CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662CC is #299D33. Grayscale: #909090. Windows color (decimal): -2727220 or 13394646. OLE color: 13394646.
HSL color Cylindrical-coordinate representation of color #D662CC: hue angle of 305.17º 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 #D662CC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 204 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.16 |
| HSL | 305.17º | 0.59% | 0.61% | - |
| HSV(B) | 305.17º | 0.54% | 0.84% | - |
| XYZ | 43 | 27.39 | 60.15 | - |
| YUV | 144.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 204 | 0 | 0.54 | 0.05 | 0.16 | 305.17 | 0.59 | 0.61 |
| Hex | D6 | 62 | CC | 0 | 36 | 5 | 10 | 131 | 3B | 3D |
| Octal | 326 | 142 | 314 | 0 | 66 | 5 | 20 | 461 | 73 | 75 |
| Binary | 11010110 | 1100010 | 11001100 | 0 | 110110 | 101 | 10000 | 100110001 | 111011 | 111101 |
Color Harmonies of #D662CC
Complementary color
Monochromatic Colors of #D662CC
Black with #D662CC
Text Example
Text Example
White with #D662CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662CC; }
p { color: rgb(214,98,204); }
H1.HeaderClassName
{
color: #D662CC;
}
.AnyTagClassName
{
color: #D662CC;
}
</style>
background-color css
<style>
a { background-color: #D662CC; }
a { background-color: rgb(214,98,204); }
div.DivClassName
{
background-color: #D662CC;
}
.BgClassName
{
background-color: #D662CC;
}
</style>
border-color css
<style>
span { border-color: #D662CC; }
span { border-color: rgb(214,98,204); }
td.TdClassName
{
border-color: #D662CC;
}
.TagClassName
{
border-color: #D662CC;
}
</style>