Shades of Orchid #D465C5
Tints of Orchid #D465C5
RGB
CMYK
RGB Variations
Color information
#D465C5 (or 0xD465C5) is known color: Orchid. HEX triplet: D4, 65 and C5. RGB value is (212,101,197). Sum of RGB (Red+Green+Blue) = 212+101+197=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D465C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465C5 is #2B9A3A. Grayscale: #909090. Windows color (decimal): -2857531 or 12936660. OLE color: 12936660.
HSL color Cylindrical-coordinate representation of color #D465C5: hue angle of 308.11º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D465C5 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 197 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.17 |
| HSL | 308.11º | 0.56% | 0.61% | - |
| HSV(B) | 308.11º | 0.52% | 0.83% | - |
| XYZ | 41.88 | 27.34 | 55.89 | - |
| YUV | 145.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 197 | 0 | 0.52 | 0.07 | 0.17 | 308.11 | 0.56 | 0.61 |
| Hex | D4 | 65 | C5 | 0 | 34 | 7 | 11 | 134 | 38 | 3D |
| Octal | 324 | 145 | 305 | 0 | 64 | 7 | 21 | 464 | 70 | 75 |
| Binary | 11010100 | 1100101 | 11000101 | 0 | 110100 | 111 | 10001 | 100110100 | 111000 | 111101 |
Color Harmonies of #D465C5
Complementary color
Monochromatic Colors of #D465C5
Black with #D465C5
Text Example
Text Example
White with #D465C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465C5; }
p { color: rgb(212,101,197); }
H1.HeaderClassName
{
color: #D465C5;
}
.AnyTagClassName
{
color: #D465C5;
}
</style>
background-color css
<style>
a { background-color: #D465C5; }
a { background-color: rgb(212,101,197); }
div.DivClassName
{
background-color: #D465C5;
}
.BgClassName
{
background-color: #D465C5;
}
</style>
border-color css
<style>
span { border-color: #D465C5; }
span { border-color: rgb(212,101,197); }
td.TdClassName
{
border-color: #D465C5;
}
.TagClassName
{
border-color: #D465C5;
}
</style>