Shades of Orchid #D565CF
Tints of Orchid #D565CF
RGB
CMYK
RGB Variations
Color information
#D565CF (or 0xD565CF) is known color: Orchid. HEX triplet: D5, 65 and CF. RGB value is (213,101,207). Sum of RGB (Red+Green+Blue) = 213+101+207=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D565CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565CF is #2A9A30. Grayscale: #929292. Windows color (decimal): -2791985 or 13592021. OLE color: 13592021.
HSL color Cylindrical-coordinate representation of color #D565CF: hue angle of 303.21º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D565CF is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 207 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.16 |
| HSL | 303.21º | 0.57% | 0.62% | - |
| HSV(B) | 303.21º | 0.53% | 0.84% | - |
| XYZ | 43.36 | 27.96 | 62.14 | - |
| YUV | 146.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 207 | 0 | 0.53 | 0.03 | 0.16 | 303.21 | 0.57 | 0.62 |
| Hex | D5 | 65 | CF | 0 | 35 | 3 | 10 | 12F | 39 | 3E |
| Octal | 325 | 145 | 317 | 0 | 65 | 3 | 20 | 457 | 71 | 76 |
| Binary | 11010101 | 1100101 | 11001111 | 0 | 110101 | 11 | 10000 | 100101111 | 111001 | 111110 |
Color Harmonies of #D565CF
Complementary color
Monochromatic Colors of #D565CF
Black with #D565CF
Text Example
Text Example
White with #D565CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565CF; }
p { color: rgb(213,101,207); }
H1.HeaderClassName
{
color: #D565CF;
}
.AnyTagClassName
{
color: #D565CF;
}
</style>
background-color css
<style>
a { background-color: #D565CF; }
a { background-color: rgb(213,101,207); }
div.DivClassName
{
background-color: #D565CF;
}
.BgClassName
{
background-color: #D565CF;
}
</style>
border-color css
<style>
span { border-color: #D565CF; }
span { border-color: rgb(213,101,207); }
td.TdClassName
{
border-color: #D565CF;
}
.TagClassName
{
border-color: #D565CF;
}
</style>