Shades of Orchid #CF6ACB
Tints of Orchid #CF6ACB
RGB
CMYK
RGB Variations
Color information
#CF6ACB (or 0xCF6ACB) is known color: Orchid. HEX triplet: CF, 6A and CB. RGB value is (207,106,203). Sum of RGB (Red+Green+Blue) = 207+106+203=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ACB is #309534. Grayscale: #929292. Windows color (decimal): -3183925 or 13331151. OLE color: 13331151.
HSL color Cylindrical-coordinate representation of color #CF6ACB: hue angle of 302.38º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6ACB is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 203 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.19 |
| HSL | 302.38º | 0.51% | 0.61% | - |
| HSV(B) | 302.38º | 0.49% | 0.81% | - |
| XYZ | 41.67 | 27.89 | 59.69 | - |
| YUV | 147.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 203 | 0 | 0.49 | 0.02 | 0.19 | 302.38 | 0.51 | 0.61 |
| Hex | CF | 6A | CB | 0 | 31 | 2 | 13 | 12E | 33 | 3D |
| Octal | 317 | 152 | 313 | 0 | 61 | 2 | 23 | 456 | 63 | 75 |
| Binary | 11001111 | 1101010 | 11001011 | 0 | 110001 | 10 | 10011 | 100101110 | 110011 | 111101 |
Color Harmonies of #CF6ACB
Complementary color
Monochromatic Colors of #CF6ACB
Black with #CF6ACB
Text Example
Text Example
White with #CF6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6ACB; }
p { color: rgb(207,106,203); }
H1.HeaderClassName
{
color: #CF6ACB;
}
.AnyTagClassName
{
color: #CF6ACB;
}
</style>
background-color css
<style>
a { background-color: #CF6ACB; }
a { background-color: rgb(207,106,203); }
div.DivClassName
{
background-color: #CF6ACB;
}
.BgClassName
{
background-color: #CF6ACB;
}
</style>
border-color css
<style>
span { border-color: #CF6ACB; }
span { border-color: rgb(207,106,203); }
td.TdClassName
{
border-color: #CF6ACB;
}
.TagClassName
{
border-color: #CF6ACB;
}
</style>