Shades of Orchid #CD68DA
Tints of Orchid #CD68DA
RGB
CMYK
RGB Variations
Color information
#CD68DA (or 0xCD68DA) is known color: Orchid. HEX triplet: CD, 68 and DA. RGB value is (205,104,218). Sum of RGB (Red+Green+Blue) = 205+104+218=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68DA is #329725. Grayscale: #929292. Windows color (decimal): -3315494 or 14313677. OLE color: 14313677.
HSL color Cylindrical-coordinate representation of color #CD68DA: hue angle of 293.16º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD68DA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 104 | 218 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.15 |
| HSL | 293.16º | 0.61% | 0.63% | - |
| HSV(B) | 293.16º | 0.52% | 0.85% | - |
| XYZ | 42.78 | 27.94 | 69.47 | - |
| YUV | 147.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 218 | 0.06 | 0.52 | 0 | 0.15 | 293.16 | 0.61 | 0.63 |
| Hex | CD | 68 | DA | 6 | 34 | 0 | F | 125 | 3D | 3F |
| Octal | 315 | 150 | 332 | 6 | 64 | 0 | 17 | 445 | 75 | 77 |
| Binary | 11001101 | 1101000 | 11011010 | 110 | 110100 | 0 | 1111 | 100100101 | 111101 | 111111 |
Color Harmonies of #CD68DA
Complementary color
Monochromatic Colors of #CD68DA
Black with #CD68DA
Text Example
Text Example
White with #CD68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD68DA; }
p { color: rgb(205,104,218); }
H1.HeaderClassName
{
color: #CD68DA;
}
.AnyTagClassName
{
color: #CD68DA;
}
</style>
background-color css
<style>
a { background-color: #CD68DA; }
a { background-color: rgb(205,104,218); }
div.DivClassName
{
background-color: #CD68DA;
}
.BgClassName
{
background-color: #CD68DA;
}
</style>
border-color css
<style>
span { border-color: #CD68DA; }
span { border-color: rgb(205,104,218); }
td.TdClassName
{
border-color: #CD68DA;
}
.TagClassName
{
border-color: #CD68DA;
}
</style>