Shades of Orchid #CD64CA
Tints of Orchid #CD64CA
RGB
CMYK
RGB Variations
Color information
#CD64CA (or 0xCD64CA) is known color: Orchid. HEX triplet: CD, 64 and CA. RGB value is (205,100,202). Sum of RGB (Red+Green+Blue) = 205+100+202=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD64CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64CA is #329B35. Grayscale: #8E8E8E. Windows color (decimal): -3316534 or 13264077. OLE color: 13264077.
HSL color Cylindrical-coordinate representation of color #CD64CA: hue angle of 301.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD64CA is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 202 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.20 |
| HSL | 301.71º | 0.51% | 0.6% | - |
| HSV(B) | 301.71º | 0.51% | 0.8% | - |
| XYZ | 40.39 | 26.36 | 58.84 | - |
| YUV | 143.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 202 | 0 | 0.51 | 0.01 | 0.20 | 301.71 | 0.51 | 0.6 |
| Hex | CD | 64 | CA | 0 | 33 | 1 | 14 | 12E | 33 | 3C |
| Octal | 315 | 144 | 312 | 0 | 63 | 1 | 24 | 456 | 63 | 74 |
| Binary | 11001101 | 1100100 | 11001010 | 0 | 110011 | 1 | 10100 | 100101110 | 110011 | 111100 |
Color Harmonies of #CD64CA
Complementary color
Monochromatic Colors of #CD64CA
Black with #CD64CA
Text Example
Text Example
White with #CD64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD64CA; }
p { color: rgb(205,100,202); }
H1.HeaderClassName
{
color: #CD64CA;
}
.AnyTagClassName
{
color: #CD64CA;
}
</style>
background-color css
<style>
a { background-color: #CD64CA; }
a { background-color: rgb(205,100,202); }
div.DivClassName
{
background-color: #CD64CA;
}
.BgClassName
{
background-color: #CD64CA;
}
</style>
border-color css
<style>
span { border-color: #CD64CA; }
span { border-color: rgb(205,100,202); }
td.TdClassName
{
border-color: #CD64CA;
}
.TagClassName
{
border-color: #CD64CA;
}
</style>