Shades of Orchid #CC6FC8
Tints of Orchid #CC6FC8
RGB
CMYK
RGB Variations
Color information
#CC6FC8 (or 0xCC6FC8) is known color: Orchid. HEX triplet: CC, 6F and C8. RGB value is (204,111,200). Sum of RGB (Red+Green+Blue) = 204+111+200=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FC8 is #339037. Grayscale: #949494. Windows color (decimal): -3379256 or 13135820. OLE color: 13135820.
HSL color Cylindrical-coordinate representation of color #CC6FC8: hue angle of 302.58º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6FC8 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 200 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.2 |
| HSL | 302.58º | 0.48% | 0.62% | - |
| HSV(B) | 302.58º | 0.46% | 0.8% | - |
| XYZ | 41.01 | 28.38 | 57.96 | - |
| YUV | 148.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 200 | 0 | 0.46 | 0.02 | 0.2 | 302.58 | 0.48 | 0.62 |
| Hex | CC | 6F | C8 | 0 | 2E | 2 | 14 | 12F | 30 | 3E |
| Octal | 314 | 157 | 310 | 0 | 56 | 2 | 24 | 457 | 60 | 76 |
| Binary | 11001100 | 1101111 | 11001000 | 0 | 101110 | 10 | 10100 | 100101111 | 110000 | 111110 |
Color Harmonies of #CC6FC8
Complementary color
Monochromatic Colors of #CC6FC8
Black with #CC6FC8
Text Example
Text Example
White with #CC6FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FC8; }
p { color: rgb(204,111,200); }
H1.HeaderClassName
{
color: #CC6FC8;
}
.AnyTagClassName
{
color: #CC6FC8;
}
</style>
background-color css
<style>
a { background-color: #CC6FC8; }
a { background-color: rgb(204,111,200); }
div.DivClassName
{
background-color: #CC6FC8;
}
.BgClassName
{
background-color: #CC6FC8;
}
</style>
border-color css
<style>
span { border-color: #CC6FC8; }
span { border-color: rgb(204,111,200); }
td.TdClassName
{
border-color: #CC6FC8;
}
.TagClassName
{
border-color: #CC6FC8;
}
</style>