Shades of Orchid #D466CB
Tints of Orchid #D466CB
RGB
CMYK
RGB Variations
Color information
#D466CB (or 0xD466CB) is known color: Orchid. HEX triplet: D4, 66 and CB. RGB value is (212,102,203). Sum of RGB (Red+Green+Blue) = 212+102+203=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D466CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466CB is #2B9934. Grayscale: #929292. Windows color (decimal): -2857269 or 13330132. OLE color: 13330132.
HSL color Cylindrical-coordinate representation of color #D466CB: hue angle of 304.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466CB is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 203 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.17 |
| HSL | 304.91º | 0.56% | 0.62% | - |
| HSV(B) | 304.91º | 0.52% | 0.83% | - |
| XYZ | 42.68 | 27.81 | 59.62 | - |
| YUV | 146.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 203 | 0 | 0.52 | 0.04 | 0.17 | 304.91 | 0.56 | 0.62 |
| Hex | D4 | 66 | CB | 0 | 34 | 4 | 11 | 131 | 38 | 3E |
| Octal | 324 | 146 | 313 | 0 | 64 | 4 | 21 | 461 | 70 | 76 |
| Binary | 11010100 | 1100110 | 11001011 | 0 | 110100 | 100 | 10001 | 100110001 | 111000 | 111110 |
Color Harmonies of #D466CB
Complementary color
Monochromatic Colors of #D466CB
Black with #D466CB
Text Example
Text Example
White with #D466CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466CB; }
p { color: rgb(212,102,203); }
H1.HeaderClassName
{
color: #D466CB;
}
.AnyTagClassName
{
color: #D466CB;
}
</style>
background-color css
<style>
a { background-color: #D466CB; }
a { background-color: rgb(212,102,203); }
div.DivClassName
{
background-color: #D466CB;
}
.BgClassName
{
background-color: #D466CB;
}
</style>
border-color css
<style>
span { border-color: #D466CB; }
span { border-color: rgb(212,102,203); }
td.TdClassName
{
border-color: #D466CB;
}
.TagClassName
{
border-color: #D466CB;
}
</style>