Shades of Orchid #CD64CE
Tints of Orchid #CD64CE
RGB
CMYK
RGB Variations
Color information
#CD64CE (or 0xCD64CE) is known color: Orchid. HEX triplet: CD, 64 and CE. RGB value is (205,100,206). Sum of RGB (Red+Green+Blue) = 205+100+206=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD64CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64CE is #329B31. Grayscale: #8F8F8F. Windows color (decimal): -3316530 or 13526221. OLE color: 13526221.
HSL color Cylindrical-coordinate representation of color #CD64CE: hue angle of 299.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD64CE is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 100 | 206 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.19 |
| HSL | 299.43º | 0.52% | 0.6% | - |
| HSV(B) | 299.43º | 0.51% | 0.81% | - |
| XYZ | 40.87 | 26.55 | 61.36 | - |
| YUV | 143.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 206 | 0.00 | 0.51 | 0 | 0.19 | 299.43 | 0.52 | 0.6 |
| Hex | CD | 64 | CE | 0 | 33 | 0 | 13 | 12B | 34 | 3C |
| Octal | 315 | 144 | 316 | 0 | 63 | 0 | 23 | 453 | 64 | 74 |
| Binary | 11001101 | 1100100 | 11001110 | 0 | 110011 | 0 | 10011 | 100101011 | 110100 | 111100 |
Color Harmonies of #CD64CE
Complementary color
Monochromatic Colors of #CD64CE
Black with #CD64CE
Text Example
Text Example
White with #CD64CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD64CE; }
p { color: rgb(205,100,206); }
H1.HeaderClassName
{
color: #CD64CE;
}
.AnyTagClassName
{
color: #CD64CE;
}
</style>
background-color css
<style>
a { background-color: #CD64CE; }
a { background-color: rgb(205,100,206); }
div.DivClassName
{
background-color: #CD64CE;
}
.BgClassName
{
background-color: #CD64CE;
}
</style>
border-color css
<style>
span { border-color: #CD64CE; }
span { border-color: rgb(205,100,206); }
td.TdClassName
{
border-color: #CD64CE;
}
.TagClassName
{
border-color: #CD64CE;
}
</style>