Shades of Orchid #CF6BBC
Tints of Orchid #CF6BBC
RGB
CMYK
RGB Variations
Color information
#CF6BBC (or 0xCF6BBC) is known color: Orchid. HEX triplet: CF, 6B and BC. RGB value is (207,107,188). Sum of RGB (Red+Green+Blue) = 207+107+188=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BBC is #309443. Grayscale: #919191. Windows color (decimal): -3183684 or 12348367. OLE color: 12348367.
HSL color Cylindrical-coordinate representation of color #CF6BBC: hue angle of 311.4º 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 #CF6BBC is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 188 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.19 |
| HSL | 311.4º | 0.51% | 0.62% | - |
| HSV(B) | 311.4º | 0.48% | 0.81% | - |
| XYZ | 40.07 | 27.41 | 50.76 | - |
| YUV | 146.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 188 | 0 | 0.48 | 0.09 | 0.19 | 311.4 | 0.51 | 0.62 |
| Hex | CF | 6B | BC | 0 | 30 | 9 | 13 | 137 | 33 | 3E |
| Octal | 317 | 153 | 274 | 0 | 60 | 11 | 23 | 467 | 63 | 76 |
| Binary | 11001111 | 1101011 | 10111100 | 0 | 110000 | 1001 | 10011 | 100110111 | 110011 | 111110 |
Color Harmonies of #CF6BBC
Complementary color
Monochromatic Colors of #CF6BBC
Black with #CF6BBC
Text Example
Text Example
White with #CF6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BBC; }
p { color: rgb(207,107,188); }
H1.HeaderClassName
{
color: #CF6BBC;
}
.AnyTagClassName
{
color: #CF6BBC;
}
</style>
background-color css
<style>
a { background-color: #CF6BBC; }
a { background-color: rgb(207,107,188); }
div.DivClassName
{
background-color: #CF6BBC;
}
.BgClassName
{
background-color: #CF6BBC;
}
</style>
border-color css
<style>
span { border-color: #CF6BBC; }
span { border-color: rgb(207,107,188); }
td.TdClassName
{
border-color: #CF6BBC;
}
.TagClassName
{
border-color: #CF6BBC;
}
</style>