Shades of Orchid #CD64DD
Tints of Orchid #CD64DD
RGB
CMYK
RGB Variations
Color information
#CD64DD (or 0xCD64DD) is known color: Orchid. HEX triplet: CD, 64 and DD. RGB value is (205,100,221). Sum of RGB (Red+Green+Blue) = 205+100+221=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64DD is #329B22. Grayscale: #909090. Windows color (decimal): -3316515 or 14509261. OLE color: 14509261.
HSL color Cylindrical-coordinate representation of color #CD64DD: hue angle of 292.07º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD64DD is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 100 | 221 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.13 |
| HSL | 292.07º | 0.64% | 0.63% | - |
| HSV(B) | 292.07º | 0.55% | 0.87% | - |
| XYZ | 42.79 | 27.31 | 71.42 | - |
| YUV | 145.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 221 | 0.07 | 0.55 | 0 | 0.13 | 292.07 | 0.64 | 0.63 |
| Hex | CD | 64 | DD | 7 | 37 | 0 | D | 124 | 40 | 3F |
| Octal | 315 | 144 | 335 | 7 | 67 | 0 | 15 | 444 | 100 | 77 |
| Binary | 11001101 | 1100100 | 11011101 | 111 | 110111 | 0 | 1101 | 100100100 | 1000000 | 111111 |
Color Harmonies of #CD64DD
Complementary color
Monochromatic Colors of #CD64DD
Black with #CD64DD
Text Example
Text Example
White with #CD64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD64DD; }
p { color: rgb(205,100,221); }
H1.HeaderClassName
{
color: #CD64DD;
}
.AnyTagClassName
{
color: #CD64DD;
}
</style>
background-color css
<style>
a { background-color: #CD64DD; }
a { background-color: rgb(205,100,221); }
div.DivClassName
{
background-color: #CD64DD;
}
.BgClassName
{
background-color: #CD64DD;
}
</style>
border-color css
<style>
span { border-color: #CD64DD; }
span { border-color: rgb(205,100,221); }
td.TdClassName
{
border-color: #CD64DD;
}
.TagClassName
{
border-color: #CD64DD;
}
</style>