Shades of Orchid #CC68DF
Tints of Orchid #CC68DF
RGB
CMYK
RGB Variations
Color information
#CC68DF (or 0xCC68DF) is known color: Orchid. HEX triplet: CC, 68 and DF. RGB value is (204,104,223). Sum of RGB (Red+Green+Blue) = 204+104+223=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68DF is #339720. Grayscale: #939393. Windows color (decimal): -3381025 or 14641356. OLE color: 14641356.
HSL color Cylindrical-coordinate representation of color #CC68DF: hue angle of 290.42º degrees, saturation: 0.65, 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 #CC68DF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 104 | 223 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.13 |
| HSL | 290.42º | 0.65% | 0.64% | - |
| HSV(B) | 290.42º | 0.53% | 0.87% | - |
| XYZ | 43.17 | 28.07 | 72.95 | - |
| YUV | 147.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 223 | 0.09 | 0.53 | 0 | 0.13 | 290.42 | 0.65 | 0.64 |
| Hex | CC | 68 | DF | 9 | 35 | 0 | D | 122 | 41 | 40 |
| Octal | 314 | 150 | 337 | 11 | 65 | 0 | 15 | 442 | 101 | 100 |
| Binary | 11001100 | 1101000 | 11011111 | 1001 | 110101 | 0 | 1101 | 100100010 | 1000001 | 1000000 |
Color Harmonies of #CC68DF
Complementary color
Monochromatic Colors of #CC68DF
Black with #CC68DF
Text Example
Text Example
White with #CC68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68DF; }
p { color: rgb(204,104,223); }
H1.HeaderClassName
{
color: #CC68DF;
}
.AnyTagClassName
{
color: #CC68DF;
}
</style>
background-color css
<style>
a { background-color: #CC68DF; }
a { background-color: rgb(204,104,223); }
div.DivClassName
{
background-color: #CC68DF;
}
.BgClassName
{
background-color: #CC68DF;
}
</style>
border-color css
<style>
span { border-color: #CC68DF; }
span { border-color: rgb(204,104,223); }
td.TdClassName
{
border-color: #CC68DF;
}
.TagClassName
{
border-color: #CC68DF;
}
</style>