Shades of Orchid #CC65DA
Tints of Orchid #CC65DA
RGB
CMYK
RGB Variations
Color information
#CC65DA (or 0xCC65DA) is known color: Orchid. HEX triplet: CC, 65 and DA. RGB value is (204,101,218). Sum of RGB (Red+Green+Blue) = 204+101+218=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65DA is #339A25. Grayscale: #909090. Windows color (decimal): -3381798 or 14312908. OLE color: 14312908.
HSL color Cylindrical-coordinate representation of color #CC65DA: hue angle of 292.82º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC65DA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 101 | 218 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.15 |
| HSL | 292.82º | 0.61% | 0.63% | - |
| HSV(B) | 292.82º | 0.54% | 0.85% | - |
| XYZ | 42.21 | 27.21 | 69.36 | - |
| YUV | 145.14 | 169.12 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 218 | 0.06 | 0.54 | 0 | 0.15 | 292.82 | 0.61 | 0.63 |
| Hex | CC | 65 | DA | 6 | 36 | 0 | F | 125 | 3D | 3F |
| Octal | 314 | 145 | 332 | 6 | 66 | 0 | 17 | 445 | 75 | 77 |
| Binary | 11001100 | 1100101 | 11011010 | 110 | 110110 | 0 | 1111 | 100100101 | 111101 | 111111 |
Color Harmonies of #CC65DA
Complementary color
Monochromatic Colors of #CC65DA
Black with #CC65DA
Text Example
Text Example
White with #CC65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65DA; }
p { color: rgb(204,101,218); }
H1.HeaderClassName
{
color: #CC65DA;
}
.AnyTagClassName
{
color: #CC65DA;
}
</style>
background-color css
<style>
a { background-color: #CC65DA; }
a { background-color: rgb(204,101,218); }
div.DivClassName
{
background-color: #CC65DA;
}
.BgClassName
{
background-color: #CC65DA;
}
</style>
border-color css
<style>
span { border-color: #CC65DA; }
span { border-color: rgb(204,101,218); }
td.TdClassName
{
border-color: #CC65DA;
}
.TagClassName
{
border-color: #CC65DA;
}
</style>