Shades of Orchid #D462CB
Tints of Orchid #D462CB
RGB
CMYK
RGB Variations
Color information
#D462CB (or 0xD462CB) is known color: Orchid. HEX triplet: D4, 62 and CB. RGB value is (212,98,203). Sum of RGB (Red+Green+Blue) = 212+98+203=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D462CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462CB is #2B9D34. Grayscale: #8F8F8F. Windows color (decimal): -2858293 or 13329108. OLE color: 13329108.
HSL color Cylindrical-coordinate representation of color #D462CB: hue angle of 304.74º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D462CB is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 203 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.17 |
| HSL | 304.74º | 0.57% | 0.61% | - |
| HSV(B) | 304.74º | 0.54% | 0.83% | - |
| XYZ | 42.3 | 27.04 | 59.49 | - |
| YUV | 144.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 203 | 0 | 0.54 | 0.04 | 0.17 | 304.74 | 0.57 | 0.61 |
| Hex | D4 | 62 | CB | 0 | 36 | 4 | 11 | 131 | 39 | 3D |
| Octal | 324 | 142 | 313 | 0 | 66 | 4 | 21 | 461 | 71 | 75 |
| Binary | 11010100 | 1100010 | 11001011 | 0 | 110110 | 100 | 10001 | 100110001 | 111001 | 111101 |
Color Harmonies of #D462CB
Complementary color
Monochromatic Colors of #D462CB
Black with #D462CB
Text Example
Text Example
White with #D462CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462CB; }
p { color: rgb(212,98,203); }
H1.HeaderClassName
{
color: #D462CB;
}
.AnyTagClassName
{
color: #D462CB;
}
</style>
background-color css
<style>
a { background-color: #D462CB; }
a { background-color: rgb(212,98,203); }
div.DivClassName
{
background-color: #D462CB;
}
.BgClassName
{
background-color: #D462CB;
}
</style>
border-color css
<style>
span { border-color: #D462CB; }
span { border-color: rgb(212,98,203); }
td.TdClassName
{
border-color: #D462CB;
}
.TagClassName
{
border-color: #D462CB;
}
</style>