Shades of Orchid #CC6DCF
Tints of Orchid #CC6DCF
RGB
CMYK
RGB Variations
Color information
#CC6DCF (or 0xCC6DCF) is known color: Orchid. HEX triplet: CC, 6D and CF. RGB value is (204,109,207). Sum of RGB (Red+Green+Blue) = 204+109+207=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DCF is #339230. Grayscale: #949494. Windows color (decimal): -3379761 or 13594060. OLE color: 13594060.
HSL color Cylindrical-coordinate representation of color #CC6DCF: hue angle of 298.16º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DCF is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 109 | 207 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.19 |
| HSL | 298.16º | 0.51% | 0.62% | - |
| HSV(B) | 298.16º | 0.47% | 0.81% | - |
| XYZ | 41.63 | 28.28 | 62.3 | - |
| YUV | 148.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 207 | 0.01 | 0.47 | 0 | 0.19 | 298.16 | 0.51 | 0.62 |
| Hex | CC | 6D | CF | 1 | 2F | 0 | 13 | 12A | 33 | 3E |
| Octal | 314 | 155 | 317 | 1 | 57 | 0 | 23 | 452 | 63 | 76 |
| Binary | 11001100 | 1101101 | 11001111 | 1 | 101111 | 0 | 10011 | 100101010 | 110011 | 111110 |
Color Harmonies of #CC6DCF
Complementary color
Monochromatic Colors of #CC6DCF
Black with #CC6DCF
Text Example
Text Example
White with #CC6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6DCF; }
p { color: rgb(204,109,207); }
H1.HeaderClassName
{
color: #CC6DCF;
}
.AnyTagClassName
{
color: #CC6DCF;
}
</style>
background-color css
<style>
a { background-color: #CC6DCF; }
a { background-color: rgb(204,109,207); }
div.DivClassName
{
background-color: #CC6DCF;
}
.BgClassName
{
background-color: #CC6DCF;
}
</style>
border-color css
<style>
span { border-color: #CC6DCF; }
span { border-color: rgb(204,109,207); }
td.TdClassName
{
border-color: #CC6DCF;
}
.TagClassName
{
border-color: #CC6DCF;
}
</style>