Shades of Orchid #CC68DD
Tints of Orchid #CC68DD
RGB
CMYK
RGB Variations
Color information
#CC68DD (or 0xCC68DD) is known color: Orchid. HEX triplet: CC, 68 and DD. RGB value is (204,104,221). Sum of RGB (Red+Green+Blue) = 204+104+221=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68DD is #339722. Grayscale: #929292. Windows color (decimal): -3381027 or 14510284. OLE color: 14510284.
HSL color Cylindrical-coordinate representation of color #CC68DD: hue angle of 291.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC68DD is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 104 | 221 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.13 |
| HSL | 291.28º | 0.63% | 0.64% | - |
| HSV(B) | 291.28º | 0.53% | 0.87% | - |
| XYZ | 42.9 | 27.96 | 71.54 | - |
| YUV | 147.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 221 | 0.08 | 0.53 | 0 | 0.13 | 291.28 | 0.63 | 0.64 |
| Hex | CC | 68 | DD | 8 | 35 | 0 | D | 123 | 3F | 40 |
| Octal | 314 | 150 | 335 | 10 | 65 | 0 | 15 | 443 | 77 | 100 |
| Binary | 11001100 | 1101000 | 11011101 | 1000 | 110101 | 0 | 1101 | 100100011 | 111111 | 1000000 |
Color Harmonies of #CC68DD
Complementary color
Monochromatic Colors of #CC68DD
Black with #CC68DD
Text Example
Text Example
White with #CC68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68DD; }
p { color: rgb(204,104,221); }
H1.HeaderClassName
{
color: #CC68DD;
}
.AnyTagClassName
{
color: #CC68DD;
}
</style>
background-color css
<style>
a { background-color: #CC68DD; }
a { background-color: rgb(204,104,221); }
div.DivClassName
{
background-color: #CC68DD;
}
.BgClassName
{
background-color: #CC68DD;
}
</style>
border-color css
<style>
span { border-color: #CC68DD; }
span { border-color: rgb(204,104,221); }
td.TdClassName
{
border-color: #CC68DD;
}
.TagClassName
{
border-color: #CC68DD;
}
</style>