Shades of Orchid #CC68DE
Tints of Orchid #CC68DE
RGB
CMYK
RGB Variations
Color information
#CC68DE (or 0xCC68DE) is known color: Orchid. HEX triplet: CC, 68 and DE. RGB value is (204,104,222). Sum of RGB (Red+Green+Blue) = 204+104+222=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68DE is #339721. Grayscale: #929292. Windows color (decimal): -3381026 or 14575820. OLE color: 14575820.
HSL color Cylindrical-coordinate representation of color #CC68DE: hue angle of 290.85º degrees, saturation: 0.64, 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 #CC68DE is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 104 | 222 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.13 |
| HSL | 290.85º | 0.64% | 0.64% | - |
| HSV(B) | 290.85º | 0.53% | 0.87% | - |
| XYZ | 43.04 | 28.01 | 72.25 | - |
| YUV | 147.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 222 | 0.08 | 0.53 | 0 | 0.13 | 290.85 | 0.64 | 0.64 |
| Hex | CC | 68 | DE | 8 | 35 | 0 | D | 123 | 40 | 40 |
| Octal | 314 | 150 | 336 | 10 | 65 | 0 | 15 | 443 | 100 | 100 |
| Binary | 11001100 | 1101000 | 11011110 | 1000 | 110101 | 0 | 1101 | 100100011 | 1000000 | 1000000 |
Color Harmonies of #CC68DE
Complementary color
Monochromatic Colors of #CC68DE
Black with #CC68DE
Text Example
Text Example
White with #CC68DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68DE; }
p { color: rgb(204,104,222); }
H1.HeaderClassName
{
color: #CC68DE;
}
.AnyTagClassName
{
color: #CC68DE;
}
</style>
background-color css
<style>
a { background-color: #CC68DE; }
a { background-color: rgb(204,104,222); }
div.DivClassName
{
background-color: #CC68DE;
}
.BgClassName
{
background-color: #CC68DE;
}
</style>
border-color css
<style>
span { border-color: #CC68DE; }
span { border-color: rgb(204,104,222); }
td.TdClassName
{
border-color: #CC68DE;
}
.TagClassName
{
border-color: #CC68DE;
}
</style>