Shades of Orchid #CC68E4
Tints of Orchid #CC68E4
RGB
CMYK
RGB Variations
Color information
#CC68E4 (or 0xCC68E4) is known color: Orchid. HEX triplet: CC, 68 and E4. RGB value is (204,104,228). Sum of RGB (Red+Green+Blue) = 204+104+228=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC68E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC68E4 is #33971B. Grayscale: #939393. Windows color (decimal): -3381020 or 14969036. OLE color: 14969036.
HSL color Cylindrical-coordinate representation of color #CC68E4: hue angle of 288.39º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC68E4 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 104 | 228 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.11 |
| HSL | 288.39º | 0.7% | 0.65% | - |
| HSV(B) | 288.39º | 0.54% | 0.89% | - |
| XYZ | 43.86 | 28.34 | 76.56 | - |
| YUV | 148.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 228 | 0.11 | 0.54 | 0 | 0.11 | 288.39 | 0.7 | 0.65 |
| Hex | CC | 68 | E4 | B | 36 | 0 | B | 120 | 46 | 41 |
| Octal | 314 | 150 | 344 | 13 | 66 | 0 | 13 | 440 | 106 | 101 |
| Binary | 11001100 | 1101000 | 11100100 | 1011 | 110110 | 0 | 1011 | 100100000 | 1000110 | 1000001 |
Color Harmonies of #CC68E4
Complementary color
Monochromatic Colors of #CC68E4
Black with #CC68E4
Text Example
Text Example
White with #CC68E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC68E4; }
p { color: rgb(204,104,228); }
H1.HeaderClassName
{
color: #CC68E4;
}
.AnyTagClassName
{
color: #CC68E4;
}
</style>
background-color css
<style>
a { background-color: #CC68E4; }
a { background-color: rgb(204,104,228); }
div.DivClassName
{
background-color: #CC68E4;
}
.BgClassName
{
background-color: #CC68E4;
}
</style>
border-color css
<style>
span { border-color: #CC68E4; }
span { border-color: rgb(204,104,228); }
td.TdClassName
{
border-color: #CC68E4;
}
.TagClassName
{
border-color: #CC68E4;
}
</style>