Shades of Orchid #CC75DD
Tints of Orchid #CC75DD
RGB
CMYK
RGB Variations
Color information
#CC75DD (or 0xCC75DD) is known color: Orchid. HEX triplet: CC, 75 and DD. RGB value is (204,117,221). Sum of RGB (Red+Green+Blue) = 204+117+221=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75DD is #338A22. Grayscale: #9A9A9A. Windows color (decimal): -3377699 or 14513612. OLE color: 14513612.
HSL color Cylindrical-coordinate representation of color #CC75DD: hue angle of 290.19º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC75DD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 117 | 221 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.13 |
| HSL | 290.19º | 0.6% | 0.66% | - |
| HSV(B) | 290.19º | 0.47% | 0.87% | - |
| XYZ | 44.31 | 30.78 | 72.01 | - |
| YUV | 154.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 221 | 0.08 | 0.47 | 0 | 0.13 | 290.19 | 0.6 | 0.66 |
| Hex | CC | 75 | DD | 8 | 2F | 0 | D | 122 | 3C | 42 |
| Octal | 314 | 165 | 335 | 10 | 57 | 0 | 15 | 442 | 74 | 102 |
| Binary | 11001100 | 1110101 | 11011101 | 1000 | 101111 | 0 | 1101 | 100100010 | 111100 | 1000010 |
Color Harmonies of #CC75DD
Complementary color
Monochromatic Colors of #CC75DD
Black with #CC75DD
Text Example
Text Example
White with #CC75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75DD; }
p { color: rgb(204,117,221); }
H1.HeaderClassName
{
color: #CC75DD;
}
.AnyTagClassName
{
color: #CC75DD;
}
</style>
background-color css
<style>
a { background-color: #CC75DD; }
a { background-color: rgb(204,117,221); }
div.DivClassName
{
background-color: #CC75DD;
}
.BgClassName
{
background-color: #CC75DD;
}
</style>
border-color css
<style>
span { border-color: #CC75DD; }
span { border-color: rgb(204,117,221); }
td.TdClassName
{
border-color: #CC75DD;
}
.TagClassName
{
border-color: #CC75DD;
}
</style>