Shades of Orchid #D681CA
Tints of Orchid #D681CA
RGB
CMYK
RGB Variations
Color information
#D681CA (or 0xD681CA) is known color: Orchid. HEX triplet: D6, 81 and CA. RGB value is (214,129,202). Sum of RGB (Red+Green+Blue) = 214+129+202=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D681CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D681CA is #297E35. Grayscale: #A2A2A2. Windows color (decimal): -2719286 or 13271510. OLE color: 13271510.
HSL color Cylindrical-coordinate representation of color #D681CA: hue angle of 308.47º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D681CA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 202 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.16 |
| HSL | 308.47º | 0.51% | 0.67% | - |
| HSV(B) | 308.47º | 0.4% | 0.84% | - |
| XYZ | 46.24 | 34.26 | 60.05 | - |
| YUV | 162.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 202 | 0 | 0.40 | 0.06 | 0.16 | 308.47 | 0.51 | 0.67 |
| Hex | D6 | 81 | CA | 0 | 28 | 6 | 10 | 134 | 33 | 43 |
| Octal | 326 | 201 | 312 | 0 | 50 | 6 | 20 | 464 | 63 | 103 |
| Binary | 11010110 | 10000001 | 11001010 | 0 | 101000 | 110 | 10000 | 100110100 | 110011 | 1000011 |
Color Harmonies of #D681CA
Complementary color
Monochromatic Colors of #D681CA
Black with #D681CA
Text Example
Text Example
White with #D681CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D681CA; }
p { color: rgb(214,129,202); }
H1.HeaderClassName
{
color: #D681CA;
}
.AnyTagClassName
{
color: #D681CA;
}
</style>
background-color css
<style>
a { background-color: #D681CA; }
a { background-color: rgb(214,129,202); }
div.DivClassName
{
background-color: #D681CA;
}
.BgClassName
{
background-color: #D681CA;
}
</style>
border-color css
<style>
span { border-color: #D681CA; }
span { border-color: rgb(214,129,202); }
td.TdClassName
{
border-color: #D681CA;
}
.TagClassName
{
border-color: #D681CA;
}
</style>