Shades of Orchid #CD65D0
Tints of Orchid #CD65D0
RGB
CMYK
RGB Variations
Color information
#CD65D0 (or 0xCD65D0) is known color: Orchid. HEX triplet: CD, 65 and D0. RGB value is (205,101,208). Sum of RGB (Red+Green+Blue) = 205+101+208=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD65D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65D0 is #329A2F. Grayscale: #8F8F8F. Windows color (decimal): -3316272 or 13657549. OLE color: 13657549.
HSL color Cylindrical-coordinate representation of color #CD65D0: hue angle of 298.32º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD65D0 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 101 | 208 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.18 |
| HSL | 298.32º | 0.53% | 0.61% | - |
| HSV(B) | 298.32º | 0.51% | 0.82% | - |
| XYZ | 41.22 | 26.84 | 62.68 | - |
| YUV | 144.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 208 | 0.01 | 0.51 | 0 | 0.18 | 298.32 | 0.53 | 0.61 |
| Hex | CD | 65 | D0 | 1 | 33 | 0 | 12 | 12A | 35 | 3D |
| Octal | 315 | 145 | 320 | 1 | 63 | 0 | 22 | 452 | 65 | 75 |
| Binary | 11001101 | 1100101 | 11010000 | 1 | 110011 | 0 | 10010 | 100101010 | 110101 | 111101 |
Color Harmonies of #CD65D0
Complementary color
Monochromatic Colors of #CD65D0
Black with #CD65D0
Text Example
Text Example
White with #CD65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD65D0; }
p { color: rgb(205,101,208); }
H1.HeaderClassName
{
color: #CD65D0;
}
.AnyTagClassName
{
color: #CD65D0;
}
</style>
background-color css
<style>
a { background-color: #CD65D0; }
a { background-color: rgb(205,101,208); }
div.DivClassName
{
background-color: #CD65D0;
}
.BgClassName
{
background-color: #CD65D0;
}
</style>
border-color css
<style>
span { border-color: #CD65D0; }
span { border-color: rgb(205,101,208); }
td.TdClassName
{
border-color: #CD65D0;
}
.TagClassName
{
border-color: #CD65D0;
}
</style>