Shades of Orchid #CC6FE0
Tints of Orchid #CC6FE0
RGB
CMYK
RGB Variations
Color information
#CC6FE0 (or 0xCC6FE0) is known color: Orchid. HEX triplet: CC, 6F and E0. RGB value is (204,111,224). Sum of RGB (Red+Green+Blue) = 204+111+224=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FE0 is #33901F. Grayscale: #979797. Windows color (decimal): -3379232 or 14708684. OLE color: 14708684.
HSL color Cylindrical-coordinate representation of color #CC6FE0: hue angle of 289.38º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6FE0 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 111 | 224 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.12 |
| HSL | 289.38º | 0.65% | 0.66% | - |
| HSV(B) | 289.38º | 0.5% | 0.88% | - |
| XYZ | 44.04 | 29.59 | 73.91 | - |
| YUV | 151.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 224 | 0.09 | 0.50 | 0 | 0.12 | 289.38 | 0.65 | 0.66 |
| Hex | CC | 6F | E0 | 9 | 32 | 0 | C | 121 | 41 | 42 |
| Octal | 314 | 157 | 340 | 11 | 62 | 0 | 14 | 441 | 101 | 102 |
| Binary | 11001100 | 1101111 | 11100000 | 1001 | 110010 | 0 | 1100 | 100100001 | 1000001 | 1000010 |
Color Harmonies of #CC6FE0
Complementary color
Monochromatic Colors of #CC6FE0
Black with #CC6FE0
Text Example
Text Example
White with #CC6FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FE0; }
p { color: rgb(204,111,224); }
H1.HeaderClassName
{
color: #CC6FE0;
}
.AnyTagClassName
{
color: #CC6FE0;
}
</style>
background-color css
<style>
a { background-color: #CC6FE0; }
a { background-color: rgb(204,111,224); }
div.DivClassName
{
background-color: #CC6FE0;
}
.BgClassName
{
background-color: #CC6FE0;
}
</style>
border-color css
<style>
span { border-color: #CC6FE0; }
span { border-color: rgb(204,111,224); }
td.TdClassName
{
border-color: #CC6FE0;
}
.TagClassName
{
border-color: #CC6FE0;
}
</style>