Shades of Orchid #CF6CCD
Tints of Orchid #CF6CCD
RGB
CMYK
RGB Variations
Color information
#CF6CCD (or 0xCF6CCD) is known color: Orchid. HEX triplet: CF, 6C and CD. RGB value is (207,108,205). Sum of RGB (Red+Green+Blue) = 207+108+205=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CCD is #309332. Grayscale: #949494. Windows color (decimal): -3183411 or 13462735. OLE color: 13462735.
HSL color Cylindrical-coordinate representation of color #CF6CCD: hue angle of 301.21º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6CCD is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 205 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.19 |
| HSL | 301.21º | 0.51% | 0.62% | - |
| HSV(B) | 301.21º | 0.48% | 0.81% | - |
| XYZ | 42.11 | 28.4 | 61.02 | - |
| YUV | 148.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 205 | 0 | 0.48 | 0.01 | 0.19 | 301.21 | 0.51 | 0.62 |
| Hex | CF | 6C | CD | 0 | 30 | 1 | 13 | 12D | 33 | 3E |
| Octal | 317 | 154 | 315 | 0 | 60 | 1 | 23 | 455 | 63 | 76 |
| Binary | 11001111 | 1101100 | 11001101 | 0 | 110000 | 1 | 10011 | 100101101 | 110011 | 111110 |
Color Harmonies of #CF6CCD
Complementary color
Monochromatic Colors of #CF6CCD
Black with #CF6CCD
Text Example
Text Example
White with #CF6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CCD; }
p { color: rgb(207,108,205); }
H1.HeaderClassName
{
color: #CF6CCD;
}
.AnyTagClassName
{
color: #CF6CCD;
}
</style>
background-color css
<style>
a { background-color: #CF6CCD; }
a { background-color: rgb(207,108,205); }
div.DivClassName
{
background-color: #CF6CCD;
}
.BgClassName
{
background-color: #CF6CCD;
}
</style>
border-color css
<style>
span { border-color: #CF6CCD; }
span { border-color: rgb(207,108,205); }
td.TdClassName
{
border-color: #CF6CCD;
}
.TagClassName
{
border-color: #CF6CCD;
}
</style>