Shades of Orchid #D682CC
Tints of Orchid #D682CC
RGB
CMYK
RGB Variations
Color information
#D682CC (or 0xD682CC) is known color: Orchid. HEX triplet: D6, 82 and CC. RGB value is (214,130,204). Sum of RGB (Red+Green+Blue) = 214+130+204=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D682CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682CC is #297D33. Grayscale: #A3A3A3. Windows color (decimal): -2719028 or 13402838. OLE color: 13402838.
HSL color Cylindrical-coordinate representation of color #D682CC: hue angle of 307.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682CC is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 204 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.16 |
| HSL | 307.14º | 0.51% | 0.67% | - |
| HSV(B) | 307.14º | 0.39% | 0.84% | - |
| XYZ | 46.61 | 34.62 | 61.35 | - |
| YUV | 163.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 204 | 0 | 0.39 | 0.05 | 0.16 | 307.14 | 0.51 | 0.67 |
| Hex | D6 | 82 | CC | 0 | 27 | 5 | 10 | 133 | 33 | 43 |
| Octal | 326 | 202 | 314 | 0 | 47 | 5 | 20 | 463 | 63 | 103 |
| Binary | 11010110 | 10000010 | 11001100 | 0 | 100111 | 101 | 10000 | 100110011 | 110011 | 1000011 |
Color Harmonies of #D682CC
Complementary color
Monochromatic Colors of #D682CC
Black with #D682CC
Text Example
Text Example
White with #D682CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D682CC; }
p { color: rgb(214,130,204); }
H1.HeaderClassName
{
color: #D682CC;
}
.AnyTagClassName
{
color: #D682CC;
}
</style>
background-color css
<style>
a { background-color: #D682CC; }
a { background-color: rgb(214,130,204); }
div.DivClassName
{
background-color: #D682CC;
}
.BgClassName
{
background-color: #D682CC;
}
</style>
border-color css
<style>
span { border-color: #D682CC; }
span { border-color: rgb(214,130,204); }
td.TdClassName
{
border-color: #D682CC;
}
.TagClassName
{
border-color: #D682CC;
}
</style>