Shades of Orchid #CC65D6
Tints of Orchid #CC65D6
RGB
CMYK
RGB Variations
Color information
#CC65D6 (or 0xCC65D6) is known color: Orchid. HEX triplet: CC, 65 and D6. RGB value is (204,101,214). Sum of RGB (Red+Green+Blue) = 204+101+214=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC65D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65D6 is #339A29. Grayscale: #909090. Windows color (decimal): -3381802 or 14050764. OLE color: 14050764.
HSL color Cylindrical-coordinate representation of color #CC65D6: hue angle of 294.69º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC65D6 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 101 | 214 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.16 |
| HSL | 294.69º | 0.58% | 0.62% | - |
| HSV(B) | 294.69º | 0.53% | 0.84% | - |
| XYZ | 41.69 | 27 | 66.63 | - |
| YUV | 144.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 214 | 0.05 | 0.53 | 0 | 0.16 | 294.69 | 0.58 | 0.62 |
| Hex | CC | 65 | D6 | 5 | 35 | 0 | 10 | 127 | 3A | 3E |
| Octal | 314 | 145 | 326 | 5 | 65 | 0 | 20 | 447 | 72 | 76 |
| Binary | 11001100 | 1100101 | 11010110 | 101 | 110101 | 0 | 10000 | 100100111 | 111010 | 111110 |
Color Harmonies of #CC65D6
Complementary color
Monochromatic Colors of #CC65D6
Black with #CC65D6
Text Example
Text Example
White with #CC65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65D6; }
p { color: rgb(204,101,214); }
H1.HeaderClassName
{
color: #CC65D6;
}
.AnyTagClassName
{
color: #CC65D6;
}
</style>
background-color css
<style>
a { background-color: #CC65D6; }
a { background-color: rgb(204,101,214); }
div.DivClassName
{
background-color: #CC65D6;
}
.BgClassName
{
background-color: #CC65D6;
}
</style>
border-color css
<style>
span { border-color: #CC65D6; }
span { border-color: rgb(204,101,214); }
td.TdClassName
{
border-color: #CC65D6;
}
.TagClassName
{
border-color: #CC65D6;
}
</style>