Shades of Orchid #CC64DA
Tints of Orchid #CC64DA
RGB
CMYK
RGB Variations
Color information
#CC64DA (or 0xCC64DA) is known color: Orchid. HEX triplet: CC, 64 and DA. RGB value is (204,100,218). Sum of RGB (Red+Green+Blue) = 204+100+218=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64DA is #339B25. Grayscale: #909090. Windows color (decimal): -3382054 or 14312652. OLE color: 14312652.
HSL color Cylindrical-coordinate representation of color #CC64DA: hue angle of 292.88º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC64DA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 100 | 218 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.15 |
| HSL | 292.88º | 0.61% | 0.62% | - |
| HSV(B) | 292.88º | 0.54% | 0.85% | - |
| XYZ | 42.11 | 27.01 | 69.32 | - |
| YUV | 144.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 218 | 0.06 | 0.54 | 0 | 0.15 | 292.88 | 0.61 | 0.62 |
| Hex | CC | 64 | DA | 6 | 36 | 0 | F | 125 | 3D | 3E |
| Octal | 314 | 144 | 332 | 6 | 66 | 0 | 17 | 445 | 75 | 76 |
| Binary | 11001100 | 1100100 | 11011010 | 110 | 110110 | 0 | 1111 | 100100101 | 111101 | 111110 |
Color Harmonies of #CC64DA
Complementary color
Monochromatic Colors of #CC64DA
Black with #CC64DA
Text Example
Text Example
White with #CC64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64DA; }
p { color: rgb(204,100,218); }
H1.HeaderClassName
{
color: #CC64DA;
}
.AnyTagClassName
{
color: #CC64DA;
}
</style>
background-color css
<style>
a { background-color: #CC64DA; }
a { background-color: rgb(204,100,218); }
div.DivClassName
{
background-color: #CC64DA;
}
.BgClassName
{
background-color: #CC64DA;
}
</style>
border-color css
<style>
span { border-color: #CC64DA; }
span { border-color: rgb(204,100,218); }
td.TdClassName
{
border-color: #CC64DA;
}
.TagClassName
{
border-color: #CC64DA;
}
</style>